feat: task lists
All checks were successful
Lint / shellcheck (push) Successful in 18s

This commit is contained in:
2026-03-20 08:32:28 +01:00
parent cc7fee573f
commit de8cbefb8e
3 changed files with 31 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ It's meant to be a static site generator, like _[kew](https://github.com/uint23/
- Automatic inlining and embedding of many filetypes with `\![link]` or `\![alt](link)`
- Inline html support
- MFM `$font` and `\<plain>` tags
- Admonition support (that's what the blocks like the warning block below are called)
- GFM Admonition support (that's what the blocks like the warning block below are called)
- Task list support (`- [ ]`, `- [x]`)
- RSS/Feed generation and Sitemap support
- Post creation via `--post`
- Automatic 404 page generation