mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
5da8045196
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
520 B
Text
10 lines
520 B
Text
cmark is the C reference implementation of CommonMark, a rationalized
|
|
version of Markdown syntax with a spec. (For the JavaScript reference
|
|
implementation, see commonmark.js.)
|
|
|
|
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, groff man, LaTeX,
|
|
CommonMark, or an XML representation of the AST. It also provides a
|
|
command-line program (cmark) for parsing and rendering CommonMark
|
|
documents.
|