Liking cljdoc? Tell your friends :D

cljdoc.render.rich-text


adoc-containerclj

source

asciidoc-to-htmlclj

(asciidoc-to-html file-content)
source

markdown-to-htmlclj

(markdown-to-html input-str)
(markdown-to-html input-str opts)

Parse the given string as Markdown and return HTML.

A second argument can be passed to customize the rendring supported options:

  • :escape-html? if true HTML in input-str will be escaped
Parse the given string as Markdown and return HTML.

A second argument can be passed to customize the rendring
supported options:

- `:escape-html?` if true HTML in input-str will be escaped
sourceraw docstring

md-containerclj

source

md-extensionsclj

source

render-textcljmultimethod

An extension point for the rendering of different article types.

type is determined by cljdoc.doc-tree/filepath->type.

An extension point for the rendering of different article types.

`type` is determined by [[cljdoc.doc-tree/filepath->type]].
sourceraw docstring

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

× close