Liking cljdoc? Tell your friends :D

cybermonday.lowering


apply-post-attrsclj/s

(apply-post-attrs hiccup attr-map)

Merges in attributes for the final HTML ast from given map of html keywords and attributes

Merges in attributes for the final HTML ast from given map of html keywords and attributes
sourceraw docstring

deep-mergeclj/s

(deep-merge & contents)

Recursively merges maps and vectors

Recursively merges maps and vectors
sourceraw docstring

default-loweringclj/s

Mapping from the IR nodes to transformation fns

Mapping from the IR nodes to transformation fns
sourceraw docstring

default-tagsclj/s

Deafult mappings from IR tags to HTML tags where transformation isn't required

Deafult mappings from IR tags to HTML tags where transformation isn't required
sourceraw docstring

(lower-autolink [_ {:keys [href]}])
source

lower-fallbackclj/s

(lower-fallback [tag attrs & body])
source

lower-fenced-code-blockclj/s

(lower-fenced-code-block [_ attrs & body])
source

lower-footnoteclj/s

(lower-footnote [_ {:keys [id]}])
source

lower-footnote-blockclj/s

(lower-footnote-block [_ {:keys [id content]}])
source

lower-headingclj/s

(lower-heading [_ attrs & body :as node])
source

lower-image-refclj/s

(lower-image-ref [_ {:keys [reference]} body])
source

lower-indented-code-blockclj/s

(lower-indented-code-block [_ attrs & body])
source

lower-irclj/s

(lower-ir ir)
(lower-ir ir lowering-map)

Transforms the IR tree by lowering nodes to their HTML representation

Transforms the IR tree by lowering nodes to their HTML representation
sourceraw docstring

(lower-link-ref [_ {:keys [reference]} body])
source

(lower-mail-link [_ {:keys [address] :as attrs}])
source

lower-table-cellclj/s

(lower-table-cell [_ attrs & body])
source

lower-task-list-itemclj/s

(lower-task-list-item [_ {:keys [checked?]} & body])
source

to-html-hiccupclj/s

(to-html-hiccup ir & [{:keys [lower-fns default-attrs]}])

Transforms a cybermonday IR into standard HTML hiccup In an optional options map: :lower-fns supplies a mapping from IR keyword to lowering fn default-attrs supplies a mapping from HTML keyword to default node attributes

Transforms a cybermonday IR into standard HTML hiccup
In an optional options map:
`:lower-fns` supplies a mapping from IR keyword to lowering fn
`default-attrs` supplies a mapping from HTML keyword to default node attributes
sourceraw docstring

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

× close