/markzig

Markdown parser for Zig

Primary LanguageZigBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Markzig

CommonMark compliant Markdown parsing for Zig!

Markzig is a library and command line tool for converting markdown to html or showing rendered markdown in a webview.

Usage

Not yet applicable.

Status

4/649 tests of the CommonMark 0.29 test suite pass!

Milestone #1

Parse and display a basic document test.md.

  • Tokenize
  • Parse
  • Render to HTML
  • Display markdown document in webview.

Milestone #2

  • 50% tests pass