Liking cljdoc? Tell your friends :D

clj-pdf-markdown.core


commonmark-node->class-kclj

(commonmark-node->class-k obj)
source

default-pdf-configclj

source

get-offset-configclj

(get-offset-config pdf-config)
source

has-extra-line-breaks-to-mark?clj

(has-extra-line-breaks-to-mark? pdf-config s)
source

html-tag->clj-pdfcljmultimethod

source

image-alone?clj

(image-alone? pdf-config node)
source

make-hierarchy-from-derivalsclj

(make-hierarchy-from-derivals derivals)
source

mark-extra-line-breakscljmultimethod

source

mark-extra-line-breaks*clj

(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
sourceraw docstring

markdown->clj-pdfclj

(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.
sourceraw docstring

merge-maybeclj

(merge-maybe a b)
source

node-alone?clj

(node-alone? pdf-config node result)
source

node-childrenclj

(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.
sourceraw docstring

node-has-single-child?clj

(node-has-single-child? node)
source

node-is-singleton?clj

(node-is-singleton? node)
source

parse-markdownclj

(parse-markdown s)
source

rendercljmultimethod

source

render-childrencljmultimethod

source

render-children*clj

(render-children* pdf-config node)
source

render-derivalsclj

source

render-hierarchyclj

source

singleton?clj

(singleton? pdf-config node)
source

split-with-delimclj

(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
sourceraw docstring

wrap-documentcljmultimethod

source

wrap-imagecljmultimethod

source

wrap-paragraphcljmultimethod

source

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

× close