Markdown Cheat Sheet¶
Headings¶
# Page title
## Section
### Smaller section
Links¶
[Link text](https://example.com/)
Images¶
Put images in:
docs/assets/images/
Then use:

Tables¶
| Item | Notes |
|---|---|
| Thing | Detail |
Code blocks¶
```bash
docker ps
```
Task lists¶
- [x] Done
- [ ] To do