Name: | cmark |
---|---|
Version: | 0.23.0 |
Release: | 4.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 277267 |
License: | BSD and MIT |
RPM: | cmark-0.23.0-4.el7.aarch64.rpm |
Source RPM: | cmark-0.23.0-4.el7.src.rpm |
Build Date: | Thu May 24 2018 |
Build Host: | ca-buildarm02.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/jgm/cmark |
Summary: | CommonMark parsing and rendering |
Description: | `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. |