Liking cljdoc? Tell your friends :D

endophile.utils


a-attrsclj

(a-attrs mapping)
source

add-referencesclj

(add-references context contents-fn references)
source

column-alignmentclj

source

table-row-contentsclj

(table-row-contents flatten-fn transform-with-context node context)
source

tidyclj

(tidy enlive-html)
source

verbatim-xml-strclj

(verbatim-xml-str x)

escapes < > and &. e.g. (xml-str "<p&gt tom & dick & harry </p> " ) ;; => "&lt;p&gt tom & dick & harry &amplt;/p&ampgt;"

escapes < > and &.
e.g. (xml-str "&lt;p&gt tom & dick &amp; harry &lt;/p&gt; " )
    ;; => "&amp;lt;p&amp;gt tom &amp; dick &amp; harry &amplt;/p&ampgt;" 
sourceraw docstring

xml-strclj

(xml-str x)

escapes < > and &, while leaving html entities unchanged. e.g. (xml-str "<p&gt tom & dick & harry </p> " ) ;; => "<p&gt tom & dick & harry </p>"

escapes < > and &, while leaving html entities unchanged.
e.g. (xml-str "&lt;p&gt tom & dick &amp; harry &lt;/p&gt; " )
    ;; => "&lt;p&gt tom &amp; dick &amp; harry &lt;/p&gt;" 
sourceraw docstring

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

× close