Skip to content

niquola/md-to-hiccup

Repository files navigation

md-to-hiccup

Build Status

Generate hiccup from markdown in one pass

Usage

(require '[md-to-hiccup.core :as mtc])

(mtc/parse "Hello *world*") => [:div.md "Hello " [:em "world"]]

License

Copyright © 2017 niquola

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Convert markdown to hiccup in one pass

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published