diff options
author | Pavlo Kapyshin <i@93z.org> | 2016-08-09 15:21:31 +0300 |
---|---|---|
committer | Pavlo Kapyshin <i@93z.org> | 2016-08-09 15:23:41 +0300 |
commit | 43e8f05a535d880faf9e162a8de27dd302928e8c (patch) | |
tree | 07113865aef5c2300ad960164cc716db3dc0c3f0 | |
parent | e91dc12128b156f1b355e88b3d4f46ad162f1dc5 (diff) |
Fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ Advantages of this library: thousands-deep nested bracketed text or block quotes). - **Flexible.** CommonMark input is parsed to an AST which can be - manipulated programatically prior to rendering. + manipulated programmatically prior to rendering. - **Multiple renderers.** Output in HTML, groff man, LaTeX, CommonMark, and a custom XML format is supported. And it is easy to write new |