Add status to README

This commit is contained in:
Cat /dev/Nulo 2021-07-31 23:30:05 +00:00
parent f7870cc066
commit 49591bd077

View file

@ -1,3 +1,7 @@
# markdown.zig
An experimental Markdown parser focused on being extensible and simple (to understand).
## Status
Parses paragraphs, headings and code blocks. Nothing else yet.