This repository has been archived on 2021-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
markdown.zig/README.md

10 lines
241 B
Markdown
Raw Permalink Normal View History

2021-09-29 18:07:15 +00:00
# Replaced by [AaronSw](https://gitea.nulo.in/Nulo/AaronSw).
2021-07-31 23:26:18 +00:00
# markdown.zig
An experimental Markdown parser focused on being extensible and simple (to understand).
2021-07-31 23:30:05 +00:00
## Status
Parses paragraphs, headings and code blocks. Nothing else yet.