diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-01-24 21:33:22 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-01-24 21:33:22 -0800 |
commit | 63a4d269c56dfade77f9c51899b776b3d69bc66e (patch) | |
tree | 837210095e0c93cfdfe048d39801ddbc7ad933a5 | |
parent | c8453ff31f696febac0fcf08c5b2d554b5df7b20 (diff) |
Added reference to benchmarks in README.
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,6 +16,11 @@ and rendering the document to HTML or to an XML representation of the AST. It also provides a command-line program, `cmark`, for parsing and rendering CommonMark documents. +The library is fast, on par with [sundown]: see the [benchmarks]. + +[sundown]: https://github.com/vmg/sundown +[benchmarks]: benchmarks.md + Installing ---------- |