commands.sh

cmark

all

Convert CommonMark Markdown formatted text to other formats.

More info →

Examples (4)

Render a CommonMark Markdown file to HTML

cmark --to html filename.md

Convert data from `stdin` to LaTeX

Convert straight quotes to smart quotes

cmark --smart --to html filename.md

Validate UTF-8 characters

cmark --validate-utf8 filename.md
made by @shridhargupta | data from tldr-pages