## H2
### H3
**bold text**
*italicized text*
> blockquote
1. First item
2. Second item
3. Third item
- First item
- Second item
- Third item
`code`
---
[title](https://www.example.com)
![alt text](image.jpg)
These elements extend the basic syntax by adding additional features. Not all Markdown applications support these elements.
Element | Markdown Syntax |
---|---|
Table | | Syntax | Description | |
Fenced Code Block | ``` |
Footnote | Here's a sentence with a footnote. [^1] |
Heading ID | ### My Great Heading {#custom-id} |
Definition List | term |
Strikethrough | ~~The world is flat.~~ |
Task List | - [x] Write the press release |
You can download this cheat sheet as a Markdown file for use in your Markdown application.