Liking cljdoc? Tell your friends :D

clarktown.parsers.heading-block


is-hashbang-heading?clj

(is-hashbang-heading? block)

Determines whether the given block is a hashbang heading.

Determines whether the given block is a hashbang heading.
sourceraw docstring

is-settext-heading?clj

(is-settext-heading? block)

Determines whether the given block is a settext heading.

Determines whether the given block is a settext heading.
sourceraw docstring

is?clj

(is? block)

Determines whether the given block is a heading block.

Determines whether the given block is a heading block.
sourceraw docstring

renderclj

(render block _)

Renders the heading block.

Renders the heading block.
sourceraw docstring

render-hashbang-headingclj

(render-hashbang-heading block)

Renders the hashbang heading block.

Renders the hashbang heading block.
sourceraw docstring

render-settext-headingclj

(render-settext-heading block)

Renders the settext heading block.

Renders the settext heading block.
sourceraw docstring

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

× close