(containify v)
(containify v [tag & more])
puts a flat element structure into containers
puts a flat element structure into containers
(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
(mapify [head & more])
creates the hierarchical structure for a flat list of elements
creates the hierarchical structure for a flat list of elements
(separate f v)
(separate f [ele & more] all current)
separates elements into various structures
separates elements into various structures
(structure v)
creates a structure for the article and its elements
creates a structure for the article and its elements
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close