Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/demizer/markzig
Markdown parser for Zig
https://github.com/demizer/markzig
html markdown parse scanner tokenizer webview zig
Last synced: 29 days ago
JSON representation
Markdown parser for Zig
- Host: GitHub
- URL: https://github.com/demizer/markzig
- Owner: demizer
- License: bsd-2-clause
- Archived: true
- Created: 2019-11-06T20:48:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-23T07:59:17.000Z (about 4 years ago)
- Last Synced: 2024-02-10T06:09:30.489Z (10 months ago)
- Topics: html, markdown, parse, scanner, tokenizer, webview, zig
- Language: Zig
- Homepage:
- Size: 138 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - demizer/markzig
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