slackbuilds/libraries/cmark
Heinz Wiesinger fd9245fe0a All: Change SlackBuild shebang to /bin/bash
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-04 12:49:49 +02:00
..
README
cmark.SlackBuild All: Change SlackBuild shebang to /bin/bash 2021-07-04 12:49:49 +02:00
cmark.info libraries/cmark: Updated for version 0.29.0. 2019-04-12 22:11:11 +07:00
slack-desc libraries/cmark: Updated for version 0.29.0. 2019-04-12 22:11:11 +07:00

README

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.