Easy Steps to Install cmark on Mac
Package Information:
Name: cmark
Use: Strongly specified, highly compatible implementation of Markdown
URL: http://commonmark.org
Installation Steps:
- Open up your Terminal.
- Copy and run the command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cmark using brew
brew install cmark
cmark is ready to use now!