Element | Markdown Syntax | Example |
---|---|---|
Heading | # H1 ## H2 ### H3 |
H1 H2 H3 |
Bold | **bold text** | bold text |
Italic | *italicized text* | italicized text |
Blockquote | > blockquote | (Adds a quote container) |
Ordered List | 1. First item 2. Second item 3. Third item |
1. First item 2. Second item 3. Third item |
Unordered List | - First item - Second item - Third item |
- First item - Second item - Third item |
Code | `code` | code |
Horizontal Rule | --- | |
Link | [title](https://www.example.com) | title |
Image | ![alt text](image.jpg) | (displays image.jpg) |
Created
September 12, 2022 00:38
-
-
Save pfernandom/039f6380fd0d79b741211c794bd191a1 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment