Markdown Cheatsheet
Basic Syntax
Element | Markdown Syntax |
---|---|
Heading | # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 |
Bold | **bold text** |
Italic | *italicized text* |
Strikethrough | ~~strikethrough text~~ |
Blockquote | > blockquote |
Code | `code` |
Horizontal Rule | --- |
Link | [title](https://www.example.com) |
Image | ![alt text](image.jpg) |
Extended Syntax
Element | Markdown Syntax |
---|