GitHub - demizer/markzig: Markdown parser for Zig

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Mar 24, 2021. It is now read-only.

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