This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
This wraps the controversial sundown library for parsing markdown into html with janet
It could not be simpler, import moondown and call the only function render
(import moondown)
(= "<h1>Title</h1>\n" (moondown/render "# Title"))
Nothin' to it!