(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
(md->html text & params)
(md->html-with-meta text & params)
(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.
(md-to-html-string text & params)
(md-to-html-string* text params)
converts a markdown formatted string to an HTML formatted string
converts a markdown formatted string to an HTML formatted string
processes input text line by line and outputs an HTML string
processes input text line by line and outputs an HTML string
(md-to-html-string-with-meta text & params)
(md-to-meta text)
converts a markdown formatted string to a metadata map
converts a markdown formatted string to a metadata map
(mdToHtmlWithMeta & params)
Js accessible wrapper
Js accessible wrapper
(parse-metadata lines)
(parse-params params)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close