CommonMark parsing and rendering
`cmark` is the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. 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.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.30.3-6.fc41 | - |
Fedora 41 | 0.30.3-6.fc41 | - |
Fedora 40 | 0.30.3-5.fc40 | - |
Fedora 39 | 0.30.3-3.fc39 | - |
Fedora EPEL 9 | 0.29.0-4.el9 | - |
Fedora EPEL 8 | 0.28.3-4.el8 | - |
You can contact the maintainers of this package via email at
cmark dash maintainers at fedoraproject dot org
.