Liking cljdoc? Tell your friends :D

markdown.common


*inhibit-separator*clj/s

source

*substring*clj/s

source

boldclj/s

source

bold-italicclj/s

source

dashesclj/s

(dashes text state)
source

emclj/s

source

escape-codeclj/s

(escape-code s)
source

escape-code-transformerclj/s

(escape-code-transformer text state)
source

escape-delimiterclj/s

source

escape-inhibit-separatorclj/s

(escape-inhibit-separator text state)
source

escaped-charsclj/s

(escaped-chars text state)
source

freeze-stringclj/s

(freeze-string & args)

Freezes an output string. Converts to a placeholder token and puts that into the output. Returns the [text, state] pair. Adds it into the state, the 'frozen-strings' hashmap So that it can be unfrozen later.

Freezes an output string.  Converts to a placeholder token and puts that into the output.
Returns the [text, state] pair.  Adds it into the state, the 'frozen-strings' hashmap
So that it can be unfrozen later.
sourceraw docstring

gen-tokenclj/s

(gen-token n)
source

heading-levelclj/s

(heading-level text)
source

heading-textclj/s

(heading-text text)
source

inhibitclj/s

(inhibit text state)
source

inline-codeclj/s

source

italicsclj/s

source

make-headingclj/s

(make-heading text heading-anchors)
source

make-separatorclj/s

(make-separator separator open close)
(make-separator separator open close transformer)

Return a transformer to

  • find all the chunks of the string delimited by the `separator',
  • wrap the output with the open' andclose' markers, and
  • apply the `transformer' to the text inside the chunk.
Return a transformer to
- find all the chunks of the string delimited by the `separator',
- wrap the output with the `open' and `close' markers, and
- apply the `transformer' to the text inside the chunk.
sourceraw docstring

open-html-tagsclj/s

(open-html-tags open? token-seq)
source

separatorclj/s

(separator escape? text open close separator state)
source

strikethroughclj/s

source

strongclj/s

source

thaw-stringclj/s

(thaw-string text state)

Recursively replaces the frozen strings in the output with the original text.

Recursively replaces the frozen strings in the output with the original text.
sourceraw docstring

thaw-stringsclj/s

(thaw-strings text state)

Terminally encoded strings are ones that we've determined should no longer be processed or evaluated

Terminally encoded strings are ones that we've determined should no longer be processed or evaluated
sourceraw docstring

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

× close