Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

demizer/markzig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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