add dependencies section
parent
a8fb81a9e2
commit
e8e4cd30e3
|
@ -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)
|
- 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.
|
- 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
|
Loading…
Reference in New Issue