Markdown cheatsheet
Intro
This cheat sheet provides a quick overview of all the Markdown syntax elements. Use this as a reference while you write your posts!
Basic Syntax
These elements are supported by almost all Markdown applications.
| Element | Markdown Syntax |
|---|---|
| Heading | # H1 ## H2 ### H3 |
| Bold | **bold text** |
| Italic | *italicized text* |
| Blockquote | > blockquote |
| Ordered List | 1. First item 2. Second item |
| Unordered List | - First item - Second item |
| Code | `code` |
| Horizontal Rule | --- |
| Link | [title](https://www.example.com) |
| Image |  |
Reference
This post is licensed under CC BY 4.0 by the author.