Liking cljdoc? Tell your friends :D
Clojure only.

selmer.node

Node protocol for the objects that get accum'd in the post-parse vector. Same vector that will be processed by the runtime context-aware renderer. Currently only TextNodes and FunctionNodes. Anything that requires action upon context map data at runtime is handled by a generated anonymous function.

 Node protocol for the objects that get accum'd in the post-parse vector.
Same vector that will be processed by the runtime context-aware renderer.
Currently only TextNodes and FunctionNodes. Anything that requires action
upon context map data at runtime is handled by a generated anonymous function. 
raw docstring

INodecljprotocol

render-nodeclj

(render-node this context-map)

Renders the context

Renders the context
source

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

× close