add dependencies section

main
moss 2025-01-25 01:27:30 +00:00
parent a8fb81a9e2
commit e8e4cd30e3
1 changed files with 6 additions and 1 deletions

View File

@ -18,4 +18,9 @@ the following are currently supported:
- lists with `- list item` or `1. list item` (but numbered lists dont render as numbered yet)
- task lists with `- [x] list item` or `- [ ] list item` where a checkbox is ticked if the `x` is present.
- horizontal rules with `***` which span the entire terminal width.
- strikethrough with `~~text~~`
- strikethrough with `~~text~~`
## dependencies
- [md4c](https://github.com/mity/md4c) for markdown parsing
- [ansi-term](https://github.com/ziglibs/ansi-term) wraps ansi styling
- [zig-clap](https://github.com/Hejsil/zig-clap) for arg parsing