commit 2952438701a0de3bd4ad03bfa92cc27f947ac175 parent 864da293d5236daf61fe77cb8559b20dc2eba486 Author: Martin Mitas <mity@morous.org> Date: Mon, 5 Dec 2016 23:53:30 +0100 README.md: Minor update. Diffstat:
| M | README.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -49,7 +49,7 @@ MD4C is C Markdown parser with the following features: * **Permissive license:** MD4C is available under the MIT license. -* **Performance:** MD4C is very fast. Preliminary tests show its quite faster +* **Performance:** MD4C is very fast. Preliminary tests show it's quite faster then [Hoedown](https://github.com/hoedown/hoedown) or [Cmark](https://github.com/jgm/cmark). @@ -76,8 +76,8 @@ directory which implements a conversion utility from Markdown to HTML. ## Markdown Extensions -The default behavior is to recognize only elements defined by the CommonMark -specification. +The default behavior is to recognize only elements defined by the [CommonMark +specification](http://spec.commonmark.org/). However with appropriate renderer flags, the behavior can be tuned to enable some extensions or allowing some deviations from the specification.