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 bf62fdfce00cc6214a920f10f801db45cb21f11c
parent c91d636baf766d88201ab8faad8e011850f5e33b
Author: Martin Mitas <mity@morous.org>
Date:   Tue,  4 Oct 2016 20:34:30 +0200

README.md: Minor update of current status.

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

diff --git a/README.md b/README.md @@ -72,12 +72,12 @@ The list below corresponds to chapters of the specification version 0.26 and more or less forms our to do list. - **Preliminaries:** - - [ ] 2.1 Character and lines - - [ ] 2.2 Tabs + - [x] 2.1 Character and lines + - [x] 2.2 Tabs - [ ] 2.3 Insecure characters - **Blocks and Inlines:** - - [ ] 3.1 Precedence + - [x] 3.1 Precedence - [ ] 3.2 Container blocks and leaf blocks - **Leaf Blocks:**