cmark-gfm is an extended version of the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. This repository adds GitHub Flavored Markdown extensions to the upstream implementation, as defined in the spec.
cmark-gfm is an extended version of the C reference implementation of CommonMark, a rationalized version of Markdown syntax with a spec. This repository adds GitHub Flavored Markdown extensions to the upstream implementation, as defined in the spec.
To install cmark-gfm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cmark-gfm
To see what files were installed by cmark-gfm, run:
port contents cmark-gfm
To later upgrade cmark-gfm, run:
sudo port selfupdate && sudo port upgrade cmark-gfm
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.