Comands Markdown
Markdown vs HTML
Reference: markdown.net.br
https://www.markdownguide.org/basic-syntax/
https://www.markdownguide.org/cheat-sheet/
https://www.markdownguide.org/getting-started/
https://www.markdownguide.org/
Titles:
Markdown | HTML | Using in Markdown |
---|---|---|
# | h1 | # Title 1 |
## | h2 | ## Title 2 |
### | h3 | ### Title 3 |
#### | h4 | #### Title 4 |
##### | h5 | ##### Title 5 |
###### | h6 | ###### Title 6 |
Ênfases:
Markdown | HTML | Description |
---|---|---|
** | strong | negrito |
_ | i | italico |
Quebra Linhas:
Markdown | HTML | Description |
---|---|---|
br | br | quebra linha |
hr | hr | divide linha |
Italic Text
Italic Text
Bold Text
Bold Text
Italic and Bold Text
Italic and Bold Text
Strikethroughs
This text is struckthrough. This one isn’t.
- Point 1
- Point 2
- Point 3
LISTS Markdown supports ordered (numbered) and unordered (bulleted) lists.
Unordered lists use asterisks, pluses, and hyphens — interchangably — as list markers:
- Red
- Green
- Blue is equivalent to:
- Red
- Green
- Blue
and:
- Red
- Green
- Blue Ordered lists use numbers followed by periods:
- Bird
- McHale
- Parish