Liking cljdoc? Tell your friends :D

markdown2clj.core


get-childrenclj

(get-children parent)
source

get-siblingsclj

(get-siblings node)
source

in?clj

(in? coll elm)

true if coll contains elm

true if coll contains elm
sourceraw docstring

parseclj

(parse md-string & params)

Accepts a markdown string and an optional params and outputs a clojure map with elements as keys and vector of children as values. This is based on the commonmarkjava library and mostly supports the same markdown specs.

The following are valid params

  • :parse-tabbed-tables parses tables that are indented -> within a paragraph
Accepts a markdown string and an optional params and outputs a clojure map
with elements as keys and vector of children as values. This is based on the
commonmarkjava library and mostly supports the same markdown specs.

The following are valid params
 -   `:parse-tabbed-tables` parses tables that are indented -> within a paragraph
sourceraw docstring

reduce-paragraphclj

(reduce-paragraph p)
source

table?clj

(table? text)
source

Visitorcljprotocol

visitclj

(visit this params)
source

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

× close