Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Test Markdown
  • Loading branch information
agarciamears authored Oct 16, 2024
1 parent 87f8ea3 commit 8fd53c6
Showing 1 changed file with 39 additions and 10 deletions.
49 changes: 39 additions & 10 deletions markdown/Readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,41 @@
## Markdown Example

-headings
-unordered list
-ordered list
-text formatting
-code
-tables
-imges
-links
-autolists
-lisits
- headings
- unordered list
- ordered list
- text formatting
- code
- tables
- imges
- links
- autolists
- lisits

## Unordrede lists

We can create unordered lists in markdown using hypens.

## Ordered List
1. Uni
2. Dos
3. Tres

## Text Formatting

1) *itaics*
2) **bold**
3) __bold__


## Code
You can put this command in the terminal: print "Hello World"

## Tables
<table>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
</table>

0 comments on commit 8fd53c6

Please sign in to comment.