cl-markdown

MIT Style License

A Common Lisp rewrite of Markdown

$ area51 add cl-markdownCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-markdown:some-function ...)