How to Install cl-markdown in Ubuntu 18.04



Install cl-markdown by entering the following commands in the terminal:

sudo apt update
sudo apt install cl-markdown

Description:

Common Lisp rewrite of Markdown

Markdown is John Gruber's text markup language and the Perl program that converts documents written in that language into HTML. CL-Markdown is a Common Lisp rewrite of Markdown. CL-Markdown is licensed under the MIT license.

Homepage: http://common-lisp.net/project/cl-markdown/

Version: 20101006-2

Section: universe/lisp