alert!
moondown has been archived!
check out https://github.com/pyrmont/markable instead
Render markdown as html with janet
Add to your project.janet file
{:dependencies [{:repo "https://github.com/joy-framework/moondown" :tag "0.2.0"}]}(import moondown)
(= "<h1>Title</h1>\n" (moondown/render "# Title"))And that's it!