add: bozodown doc

This commit is contained in:
2025-07-09 02:20:58 +02:00
parent 00bc97465f
commit 6af8781aa2
12 changed files with 153 additions and 0 deletions

13
doc/bozodown/checkbox.md Normal file
View File

@ -0,0 +1,13 @@
# Checkbox
## Usage
```
- [ ] your text
or
- [x] your text
```
## Effect
![](./checkbox.png)