Add status to README
This commit is contained in:
parent
f7870cc066
commit
49591bd077
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue