Skip to main content

Markdown

# Heading 1
## Heading 2
### Heading 3
#### Heading 4

**Bold text**
*Italic text*
~~Strikethrough text~~
[Link text](https://www.example.com)

![Image alt text](https://example.com/image.jpg)
- List item 1
- List item 2

1. Numbered list item 1
2. Numbered list item 2
[//]: <> (Quoting)
> Dorothy followed ...
___
---
`code`
                [//]: <> (Table)
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
                [//]: <> (Footnote)
Here's a sentence with a footnote. [^1]

[^1]: This is the footnote.
                [//]: <> (To-Do-List)
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media