Liking cljdoc? Tell your friends :D

clojupyter.display


displayclj

(display obj)

Sends obj for display by Jupyter. Returns :ok.

Sends `obj` for display by Jupyter. Returns `:ok`.
sourceraw docstring

hiccup-htmlclj

(hiccup-html html-data)

Output html-data as HTML.

Output `html-data` as HTML.
sourceraw docstring

htmlclj

(html html-src)

Output html-src. If html-src is a string output it as-is, assume it is in Hiccup format and format it as HTML.

Output `html-src`.  If `html-src` is a string output it as-is,
assume it is in Hiccup format and format it as HTML.
sourceraw docstring

latexclj

(latex latex-str)

Output latex-str as LaTeX.

Output `latex-str` as LaTeX.
sourceraw docstring

markdownclj

(markdown markdown-str)

Output markdown-str as Markdown.

Output `markdown-str` as Markdown.
sourceraw docstring

render-mimeclj

(render-mime mime-type v)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close