md4c

C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
git clone https://noulin.net/git/md4c.git
Log | Files | Refs | README | LICENSE

commit 2589694f156acfd2d1c00a44db056af3e07442e8
parent ba504fda7412a232242004ca56d266094222900a
Author: Martin Mitas <mity@morous.org>
Date:   Tue,  4 Oct 2016 02:34:02 +0200

Update README.md.

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -139,7 +139,7 @@ consideration. - [ ] Subscript: `matrix A~i,j~` - **Miscellaneous:** - - [ ] Permissive ATX headers: `###Header` (without space) + - [x] Permissive ATX headers: `###Header` (without space) - [ ] Permissive autolinks: `http://google.com` (without `<`...`>`) - [ ] Disabling indented code blocks - [ ] Disabling raw HTML blocks/spans