Liking cljdoc? Tell your friends :D

cljmd.render


attributesclj

(attributes xs)
sourceraw docstring

closecljmultimethod

String representation of the closing HTML tag which corresponds to the node.

String representation of the closing HTML tag which corresponds to the node.
sourceraw docstring

close-delimiterclj

Long, random string for demarcating closing boundaries of block elements.

Long, random string for demarcating closing boundaries of block elements.
sourceraw docstring

close-tagclj

(close-tag tag)

String representation of a closing HTML tag.

String representation of a closing HTML tag.
sourceraw docstring

compactclj

(compact n)

Compact HTML tag for the given AST node.

Compact HTML tag for the given AST node.
sourceraw docstring

escape-htmlclj

(escape-html s)

Replaces HTML special characters with HTML entities.

Replaces HTML special characters with HTML entities.
sourceraw docstring

from-stringclj

Transforms Commonmark into HTML.

Transforms Commonmark into HTML.
sourceraw docstring

fullclj

Outer HTML of the given AST node.

Outer HTML of the given AST node.
sourceraw docstring

groomclj

(groom html)

Removes rendering artifacts from the HTML.

Removes rendering artifacts from the HTML.
sourceraw docstring

hierarchyclj

source

htmlcljmultimethod

HTML representation of the AST node as a string.

HTML representation of the AST node as a string.
sourceraw docstring

innerclj

Inner HTML of the given AST node.

Inner HTML of the given AST node.
sourceraw docstring

normalizeclj

Conformance-related adjustments specific to the HTML output step.

Conformance-related adjustments specific to the HTML output step.
sourceraw docstring

opencljmultimethod

String representation of the opening HTML tag which corresponds to the node.

String representation of the opening HTML tag which corresponds to the node.
sourceraw docstring

open-tagclj

(open-tag tag & attrs)

String representation of an opening HTML tag. The optional attrs parameter is expected to be a flat series of name / value strings to make HTML attributes of, e.g. (open-tag "a" "href" "/url")

String representation of an opening HTML tag. The optional attrs parameter
is expected to be a flat series of name / value strings to make HTML
attributes of, e.g. (open-tag "a" "href" "/url")
sourceraw docstring

render-uriclj

Prepares a URI for rendering as HTML.

Prepares a URI for rendering as HTML.
sourceraw docstring

tagclj

HTML tag name of the given AST node.

HTML tag name of the given AST node.
sourceraw docstring

tag-mapclj

Maps AST node tags to HTML tag names.

Maps AST node tags to HTML tag names.
sourceraw docstring

tightenclj

(tighten n)

Replaces the direct :p children of n with their children.

Replaces the direct :p children of n with their children.
sourceraw docstring

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

× close