Markdown Guide
#
What is Markdown?Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents.
Created by John Gruber in 2004, Markdown is now one of the world’s most popular markup languages. More About Markdown.
#
Basic SyntaxComponent | Syntax |
---|---|
Heading | # H1 ## H2 ### H3 |
Bold | **Text** or __text__ |
Italic | *text* or _text_ |
Blockquote | > Blockquote |
Ordered List | 1. First Item 2. Second Item 3. Third Item |
Unordered List | - First Item - Second Item - Third Item |
Horizontal Rule | --- |
Link | [title](https://www.example.com) |
Image |  |
Line Break | text + double space |
Comments | <!---Comment---> |
Can get up to 6 different headings depending on the number of
#
#
Structure Syntax#
Unordered ListSyntax
Example:
- First Item
- Sub Item
- Second Item
- Third Item
#
Ordered ListSyntax
Example:
- First Item
- Sub Item
- Second Item
- Third Item
#
TableSyntax
Example:
Left title | Title | Right title |
---|---|---|
Left | Center | Right |
Left | Center | Right |
#
Check ListSyntax
Example:
- First option
- Second option
- Third option
#
Line BreakSyntax
Example:
Text
Another Text
#
CommentsSyntax
#
Another Syntaxes#
LinksSyntax
Example:
EOS Costa Rica
#
ImagesSyntax
Example:
#
Block CitationSyntax
Example:
Main Text
Text
- Item
- Item Texto Final Text
#
Horizontal RuleSyntax
Example:
For more information about Markdown Syntax visit this page