Liking cljdoc? Tell your friends :D

cryogen-asciidoc.core


asciidocclj

(asciidoc)

Returns an Asciidoc (http://asciidoc.org/) implementation of the Markup protocol.

Returns an Asciidoc (http://asciidoc.org/) implementation of the
Markup protocol.
sourceraw docstring

deep-mergeclj

(deep-merge & maps)

Recursively merges maps together. If all the maps supplied have nested maps under the same keys, these nested maps are merged. Otherwise the value is overwritten, as in clojure.core/merge.

SOURCE: https://github.com/weavejester/medley/blob/master/src/medley/core.cljc

Recursively merges maps together. If all the maps supplied have nested maps
under the same keys, these nested maps are merged. Otherwise the value is
overwritten, as in `clojure.core/merge`.

SOURCE: https://github.com/weavejester/medley/blob/master/src/medley/core.cljc
sourceraw docstring

get-or-init-adocclj

(get-or-init-adoc adoc {:keys [extensions]})

Initialize adoc based on the configuration

Initialize adoc based on the configuration
sourceraw docstring

initclj

(init)
source

keys->stringsclj

(keys->strings m)

Change the keys in the given map to strings if they are keywords

Change the keys in the given map to strings if they are keywords
sourceraw docstring

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

× close