Tim Ikels - Creator, Publisher, Marketer

Markdown Cheat Sheet

Published: · Updated:

Welcome to my Markdown cheat sheet.

These are the basic elements and their Markdown syntax:

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

Advanced Elements

These are advanced elements and their Markdown syntax:

Advanced ElementMarkdown Syntax
Strikethrough~~ Strikethrough ~~
Table| HeadCol1 | HeadCol2 |
| -------------- | -------------- |
| CellDataC1 | CellDataC2 |
Code Block```
Any code here
Any code here
Any code here
```
Definition Listterm
: definition
Task List- [x] Write a blog post
- [ ] Buy a new book
- [ ] Turn off all media
Highlight== This text is highlighted ==

Why Even Use Markdown

I have a blog post about Markdown here.

Stay awesome,
Tim

P.S. Questions or comments? Reply via email.

P.P.S. Want to start and grow an online business on YOUR terms?

==> Free resources here ($0.00)