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 d4c01063c2074b82b29a546cf816a42e30491b52
parent 6959baec3b4d496ad7662b26662f98aa592c69a4
Author: Martin Mitas <mity@morous.org>
Date:   Sun, 20 Nov 2016 23:02:39 +0100

Update README.md.

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -101,7 +101,7 @@ more or less forms our to do list. - [x] 6.2 Entity and numeric character references - [x] 6.3 Code spans - [x] 6.4 Emphasis and strong emphasis - - [ ] 6.5 Links + - [x] 6.5 Links - [ ] 6.6 Images - [x] 6.7 Autolinks - [x] 6.8 Raw HTML @@ -141,7 +141,7 @@ consideration. - **Miscellaneous:** - [x] Permissive ATX headers: `###Header` (without space) - [x] Permissive URL autolinks: `http://google.com` (without `<`...`>`) - - [x] Permissive e-mail autolinks: `john.dow@example.com` + - [x] Permissive e-mail autolinks: `john.doe@example.com` (without `<`...`>` and `mailto:`) - [x] Disabling indented code blocks - [x] Disabling raw HTML blocks/spans