Skip to content

Commit

Permalink
Update README on output formats.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Mar 22, 2015
1 parent 8a1a7c6 commit 0bf07dd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bf07dd

Please sign in to comment.