# heading 1
## heading 2
### heading 3
paragraph with **bold**, *italic*, and `inline code`.
line breaks: end a line with two spaces␠␠
for a forced break.
- bullet one
- bullet two (dash works same as plus)
* bullet three
1. ordered item
2. another item
- nested bullet
```
plain code block
```
```bash
echo \"with language hint\"
```
[visible text](https://example.com)

| column | column |
| ------ | ------ |
| a | b |
| c | d |
> quote line 1
> quote line 2
- [ ] todo item
- [x] done item
Use a backslash before characters when you need them literally: \\* \\_ \\[ \\].
---
# title
## summary
- point one
- point two
## details
```bash
command --flag
```
## links
[ref](https://example.com)