README.md
koino
Zig port of Comrak. Maintains 100% spec-compatibility with GitHub Flavored Markdown.
Getting started
-
Clone the repository with submodules, as we have quite a few dependencies.
$ git clone --recurse-submodules https://github.com/kivikakk/koino -
Follow the
libpcre.zigdependency install instructions for your operating system. -
Build and run the spec suite.
$ zig build test$ make spec -
Have a look at the bottom of
parser.zigto see some test usage.