SlackBuildsOrg/libraries/cmark
Jay Lanagan 1ca03126e7 libraries/cmark: Updated for version 0.31.1.
Dependees will need rebuilt, as the library has a solib version bump.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-08-08 13:26:09 +07:00
..
cmark.info
cmark.SlackBuild
README
slack-desc

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.