Liking cljdoc? Tell your friends :D

commonmark-hiccup.core

Library for converting markdown to HTML. Uses commonmark-java (https://github.com/atlassian/commonmark-java) for parsing and renders to hiccup (https://github.com/weavejester/hiccup) data structures. The renderer itself is quite configurable.

Library for converting markdown to HTML. Uses commonmark-java
(https://github.com/atlassian/commonmark-java) for parsing and
renders to hiccup (https://github.com/weavejester/hiccup) data
structures. The renderer itself is quite configurable.
raw docstring

default-configclj


markdown->hiccupclj

(markdown->hiccup s)
(markdown->hiccup config s)

Takes a string of markdown and converts it to Hiccup. Optionally takes a configuration map, allowing customization of the Hiccup output.

Takes a string of markdown and converts it to Hiccup. Optionally takes a configuration
map, allowing customization of the Hiccup output.
raw docstring

markdown->htmlclj

(markdown->html s)
(markdown->html config s)

Takes a string of markdown and converts it to HTML. Optionally takes a configuration map, allowing customization of the HTML output.

Takes a string of markdown and converts it to HTML. Optionally takes a configuration
map, allowing customization of the HTML output.
raw docstring

node-propertiescljmultimethod

Returns the map representation of a commonmark-java AST node. Property names are prefixed with "node-".

Returns the map representation of a commonmark-java AST node. Property names
are prefixed with "node-".
raw docstring

property-mapclj

(property-map node)

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

× close