command | description |
---|---|
Heading | # h1, ## h2, ### h3 |
Bold | bold text |
Italic | italicized text |
Blockquote | > blockquote |
Ordered List | 1. First item 2. Second item 3. Third item |
Undered List | - First item - Second item - Third item |
Code | code |
Horizontal Rule | --- |
Link | title |
Image |
command | description |
---|---|
Table | Syntax |
Fenced Code Block | {"firstName": "John", "lastName": "Smith", "age": 25 } |
Footnotye | Here's a sentence with a footnote. [^1] / [^1]: this is th footnote. |
Heading ID | ### MyGreat Heading {#custom-id} |
Definition List | term : definition |
Strikethrough | --The world is flate.-- |
Task List | [x] Write the press release [ ] Update the website [ ] Contact the media |
Emoji | That is so funny! 😂 (see also Copying and Pasting Emoji) |
Highlight | I need to highlight these /important words==.==very |
Subscript | H |
Superscript | X^2^ |