Markdown Cheat Sheet
Last updated
Was this helpful?
Last updated
Was this helpful?
Markdown is a straightforward method to format text for a consistent appearance on any device. It focuses on essentials, like using familiar keyboard symbols, without fancy font changes like size, color, or type.
Type...
Or...
...to Get
*Italic*
_Italic_
Italic
**Bold**
__Bold__
Bold
# Heading 1
Heading 1
=========
Heading 1
## Heading 2
Heading 2
---------
Heading 2
[Link](https://directual.com)

Image
> Blockquote
Blockquote
* List
* List
* List
- List
- List
- List
List
List
List
1. List
2. List
3. List
1) List
2) List
3) List
List
List
List
Horizontal Rule
---
Horizontal Ruleβββββββ
`Inline code` with backticks
Inline code
with backticks
```
multiple
line code
```
Multiple line code block
| Header 1 | Header 2 | Header 3 |
|:---------|---------:|:--------:|
|Left |Right |Center |
Table