(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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |