软件包:cmark(0.30.3-1)
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
CommonMark parsing and rendering program
cmark is the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec.
cmark parses almost as fast as sundown and hoedown (but safer and less buggy), about 3 times faster than discount, and about 100 times faster than kramdown and pandoc. Memory consumption is on par with sundown and about 10 times less than pandoc.
cmark outputs HTML, groff man, LaTeX, CommonMark, and a custom XML format.
Markdown is a lightweight markup language with plain-text-formatting syntax.
This package provides a command-line program (cmark) for parsing and rendering CommonMark documents.