Markdown2

General Documentation

Markdown Documentation

Markdown Reference

Element Markdown Syntax
Heading # H1
## H2
### H3
#### H4
##### H5
Bold **bold text**
Italic *italicized text*
Blockquote > blockquote
Ordered List 1. First item
2. Second item
3. Third item
Unordered List - First item
- Second item
- Third item
Code Code in a line `code goes here` is supported.
Horizontal Rule ---
Link [title](https://www.example.com)
Image ![alt text](image.jpg)
Table | Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |

Note that tables can be made more beautiful and efficient using this syntax
Fenced Code Block
`code
let strSVG = '<svg>';
strHTML += strSVG;
`code
Footnote Here's a sentence with a footnote. [^1]

[^1]: This is the footnote.
Strikethrough ~~The world is locally flat.~~
Task List - [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
Highlight There's usually little need to highlight ==important words==.
Subscript H~2~O
Superscript X^2^