A tiny, simple and truly cross-platform (CLJC) html->hiccup
function
which does not rely on the browser.
(require '[taipei-404.html :refer [html->hiccup]])
(html->hiccup "<p>hello, world</p>")
; => ([:p "hello, world"])
Copyright © 2022 Vincent Cantin
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close