From e8e4cd30e3efc9b58756bf5b4a7c05eb7a3a3bf2 Mon Sep 17 00:00:00 2001 From: moss Date: Sat, 25 Jan 2025 01:27:30 +0000 Subject: [PATCH] add dependencies section --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e346929..240fe91 100644 --- a/README.md +++ b/README.md @@ -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~~` \ No newline at end of file +- 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 \ No newline at end of file