Markdown Cheatsheet
by Abhishek Vaish
Jul 30, 2021
Tag |
Markdown Syntax |
---|---|
Heading | # h1 ## h2 ### h3 |
Bold | ** bold text ** |
Italic | * italic text * |
Blockquote | > blockquote |
Ordered List | 1. First item 2. Second item 3. Third item |
UnOrdered List | - First item - Second item - Third item |
Code | ` code ` |
Horizontal Rule | --- |
Link | [ title ]( https://www.example.com ) |
Image | ![ alt text ]( image.jpg ) |