Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

First Release πŸŽ‰

Latest
Compare
Choose a tag to compare
@swlkr swlkr released this 05 Jan 17:54
· 3 commits to master since this release

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!