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 545b0016976d6f862b77d7307735c3f044984bb8
parent ef5f230ffaef6e655b46f3f842681d52251658de
Author: Martin Mitas <mity@morous.org>
Date:   Fri, 14 Oct 2016 19:59:42 +0200

README.md: Minor update.

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

diff --git a/README.md b/README.md @@ -141,7 +141,7 @@ consideration. - **Miscellaneous:** - [x] Permissive ATX headers: `###Header` (without space) - [x] Permissive URL autolinks: `http://google.com` (without `<`...`>`) - - [ ] Permissive e-mail autolinks: `john.dow@example.com` + - [x] Permissive e-mail autolinks: `john.dow@example.com` (without `<`...`>` and `mailto:`) - [x] Disabling indented code blocks - [x] Disabling raw HTML blocks/spans