cmark

My personal build of CMark ✏️

Commit
0bf07dda1cbbdaf0ae7696be1f0c37169689539f
Parent
8a1a7c63f944370a6f5ee1db3dd53a8db44ddcdf
Author
John MacFarlane <jgm@berkeley.edu>
Date

Update README on output formats.

Diffstat

1 file changed, 4 insertions, 3 deletions

Status File Name N° Changes Insertions Deletions
Modified README.md 7 4 3
diff --git a/README.md b/README.md
@@ -12,9 +12,10 @@ For more information, see <http://commonmark.org>.
 This repository contains the C reference implementation.
 It provides a shared library (`libcmark`) with functions for parsing
 CommonMark documents to an abstract syntax tree (AST), manipulating
-the AST, 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 AST, and rendering the document to HTML, groff man,
+CommonMark, or an XML representation of the AST.  It also provides a
+command-line program (`cmark`) for parsing and rendering CommonMark
+documents.
 
 The library and program are written in standard C99 and have
 no library dependencies. The parser is very fast, on par with