Liking cljdoc? Tell your friends :D

markdown.core


formatcljs

(format fmt & args)

Removed from cljs.core 0.0-1885, Ref. http://goo.gl/su7Xkj

Removed from cljs.core 0.0-1885, Ref. http://goo.gl/su7Xkj
raw docstring

md->htmlcljs

(md->html text & params)

md->html-with-metacljs

(md->html-with-meta text & params)

md-to-htmlclj

(md-to-html in out & params)

reads markdown content from the input stream and writes HTML to the provided output stream. If metadata was requested to be parsed it is returned, otherwise nil is returned.

reads markdown content from the input stream and writes HTML to the provided
output stream. If metadata was requested to be parsed it is returned, otherwise
nil is returned.
raw docstring

md-to-html-stringclj

(md-to-html-string text & params)

md-to-html-string*clj/s≠

(md-to-html-string* text params)
clj

converts a markdown formatted string to an HTML formatted string

converts a markdown formatted string to an HTML formatted string
cljs

processes input text line by line and outputs an HTML string

processes input text line by line and outputs an HTML string
raw docstring

md-to-html-string-with-metaclj

(md-to-html-string-with-meta text & params)

md-to-metaclj

(md-to-meta text)

converts a markdown formatted string to a metadata map

converts a markdown formatted string to a metadata map
raw docstring

mdToHtmlcljs

(mdToHtml & params)

Js accessible wrapper

Js accessible wrapper
raw docstring

mdToHtmlWithMetacljs

(mdToHtmlWithMeta & params)

Js accessible wrapper

Js accessible wrapper
raw docstring

parse-footnotesclj/s≠

clj
(parse-footnotes in)
cljs
(parse-footnotes lines)

parse-metadataclj/s≠

clj
(parse-metadata in)
cljs
(parse-metadata lines)

parse-paramsclj

(parse-params params)

parse-referencesclj/s≠

clj
(parse-references in)
cljs
(parse-references lines)

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

× close