Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/demizer/markzig

Markdown parser for Zig
https://github.com/demizer/markzig

html markdown parse scanner tokenizer webview zig

Last synced: about 2 months ago
JSON representation

Markdown parser for Zig

Awesome Lists containing this project

README

        

# 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](https://github.com/demizer/markzig/blob/master/test/test.md).

- [ ] Tokenize
- [ ] Parse
- [ ] Render to HTML
- [X] Display markdown document in [webview](https://github.com/zserge/webview).

### Milestone #2

- [ ] 50% tests pass