• This repository has been archived on 24/Mar/2021
  • Stars
    star
    7
  • Rank 2,222,899 (Top 46 %)
  • Language
    Zig
  • License
    BSD 2-Clause "Sim...
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Markdown parser for Zig

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