This is a self-explanatory Markdown cheatsheet. It is meant to be used as a reference for the most common Markdown styles.
Italic
Bold
Bold and Italic
Strikethrough
- Ordered List Item 1
- Ordered List Item 2
- Unordered List Item 1
- Unordered List Item 2
Inline code
# Python code
def greet():
print("Greetings!")Inline math:
Block math:
This is a blockquote.
| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |
- Task 1
- Task 2
- Task 3
😄
Here is a footnote reference,1 and another.2