(parse x)
Parse text/gemini.
Parse text/gemini.
(parser rf)
Transducer to parse text/gemini into something hiccup-like.
Produces items in the from [:type string]
or [:type attr string]
.
Transducer to parse text/gemini into something hiccup-like. Produces items in the from `[:type string]` or `[:type attr string]`.
(to-hiccup t)
Convert parsed gemtext into hiccup-like HTML.
Convert parsed gemtext into hiccup-like HTML.
(unparse x)
Unparse into a text/gemini string.
Unparse into a text/gemini string.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close