shared library with functions for parsing CommonMark documents
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.
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.
To install cmark, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cmark
To see what files were installed by cmark, run:
port contents cmark
To later upgrade cmark, run:
sudo port selfupdate && sudo port upgrade cmark
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.