Headings and emphasis
# H1
## H2
**bold**
*italic*
Lists and links
- item one
- item two
1. first
[link](https://example.com)
Code and quotes
`inline code`
```js
console.log("hi")
```
> blockquote
Tables
| Name | Value |
| --- | --- |
| A | 1 |
| B | 2 |
Images and checklists

- [ ] Todo item
- [x] Finished item
\* escape special characters