Liking cljdoc? Tell your friends :D

lucid.publish.render.structure


containersclj


containifyclj

(containify v)
(containify v [tag & more])

puts a flat element structure into containers

puts a flat element structure into containers
raw docstring

hierarchyclj


inclusiveclj

(inclusive x y)

checks is a section is within another

(inclusive :article :chapter) => true

(inclusive :chapter :section) => true

(inclusive :section :chapter) => false

checks is a section is within another

(inclusive :article :chapter)
=> true

(inclusive :chapter :section)
=> true

(inclusive :section :chapter)
=> false
raw docstring

mapifyclj

(mapify [head & more])

creates the hierarchical structure for a flat list of elements

creates the hierarchical structure for a flat list of elements
raw docstring

mapify-unitclj

(mapify-unit x)

helper class for mapify

helper class for mapify
raw docstring

seperateclj

(seperate f v)
(seperate f [ele & more] all current)

seperates elements into various structures

seperates elements into various structures
raw docstring

structureclj

(structure v)

creates a structure for the article and its elements

creates a structure for the article and its elements
raw docstring

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

× close