code.doc.render.structure
containify
added in 3.0
(containify v)(containify v [tag & more])puts a flat element structure into containers
inclusive
added in 3.0
(inclusive x y)checks is a section is within another
(inclusive :article :chapter) => true
(inclusive :chapter :section) => true
(inclusive :section :chapter) => false
mapify
added in 3.0
(mapify [head & more])creates the hierarchical structure for a flat list of elements
separate
added in 3.0
(separate f v)(separate f [ele & more] all current)separates elements into various structures