Post

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.

ElementMarkdown Syntax
Heading# H1 ## H2 ### H3
Bold**bold text**
Italic*italicized text*
Blockquote> blockquote
Ordered List1. First item
2. Second item
Unordered List- First item
- Second item
Code`code`
Horizontal Rule---
Link[title](https://www.example.com)
Image![alt text](image.jpg)

Reference

https://www.markdownguide.org/cheat-sheet/

This post is licensed under CC BY 4.0 by the author.

© 0xhanif. Some rights reserved.

Using the Chirpy theme for Jekyll.