cmark

Converts CommonMark Markdown formatted text to other formats. More information: <https://github.com/commonmark/cmark>.

Debian Debian
RUN apt-get update && \ apt-get install -y cmark
Ubuntu
RUN apt-get update && \ apt-get install -y cmark
Alpine
RUN apk add cmark
Arch Arch Linux
RUN pacman -S --noconfirm cmark
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y cmark
Fedora
RUN dnf install -y cmark
Raspbian
RUN apt-get update && \ apt-get install -y cmark
click the source code to copy install cmark on any operating system with command-not-found.com