markdown-zig/readme_en.md

484 B

Castellano

A Markdown parser written in Zig.

Objectives

In this order:

  • Be useful (for a secret personal project)
  • Be simple and extensible
  • Follow the CommonMark specification
  • Use resources efficiently

Example usage

See cli.zig

CommonMark

Currently: 127 passed, 525 failed, 0 errored, 0 skipped

To run the tests:

git submodule sync commonmark-spec/
./run-spec-tests.sh