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

@ -19,3 +19,8 @@ the following are currently supported:
- task lists with `- [x] list item` or `- [ ] list item` where a checkbox is ticked if the `x` is present. - 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. - 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