[Castellano](readme.md) A Markdown parser written in [Zig](https://ziglang.org). ## Objectives In this order: * Be useful (for a secret personal project) * Be simple and extensible * Follow the [CommonMark specification](https://spec.commonmark.org) * Use resources efficiently ## Example usage See [cli.zig](cli.zig) ## CommonMark Currently: `127 passed, 525 failed, 0 errored, 0 skipped` To run the tests: ```sh git submodule sync commonmark-spec/ ./run-spec-tests.sh ```