mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
455 B
Text
9 lines
455 B
Text
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.
|