(mark-extra-line-breaks* s)
Takes string and switches each third+ consecutive linebreaks to "<-br->" special markers
Takes string and switches each third+ consecutive linebreaks to "<-br->" special markers
(markdown->clj-pdf s)
(markdown->clj-pdf pdf-config s)
Takes a string of markdown and a renderer configuration and converts the string to a hiccup-compatible data structure.
Takes a string of markdown and a renderer configuration and converts the string to a hiccup-compatible data structure.
(node-children node)
Returns a seq of the children of a commonmark-java AST node.
Returns a seq of the children of a commonmark-java AST node.
(split-with-delim s delim)
Splits a string into components based on a given delimiter (which will be more then one character) but at the same time keep the delimiters. Source: https://goo.gl/vkca2q
Splits a string into components based on a given delimiter (which will be more then one character) but at the same time keep the delimiters. Source: https://goo.gl/vkca2q
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close