commit 70925cacf7d42600158384e4c182e1faebc19a29
parent 25228d5d5c335b38af14d36bcaffb92a684feb25
Author: Martin Mitas <mity@morous.org>
Date: Wed, 2 Aug 2017 00:40:27 +0200
README.md: Upgrade CommonMark version to 0.28.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -27,7 +27,7 @@ MD4C is C Markdown parser with the following features:
* **Compliance:** Generally MD4C aims to be compliant to the latest version of
[CommonMark specification](http://spec.commonmark.org/). Right now we are
- fully compliant to CommonMark 0.27.
+ fully compliant to CommonMark 0.28.
* **Extensions:** MD4C supports some commonly requested and accepted extensions.
See below.