Liking cljdoc? Tell your friends :D

markdown.common


*inhibit-separator*clj/s


*substring*clj/s


boldclj/s


bold-italicclj/s


dashesclj/s

(dashes text state)

default-anchorclj/s

(default-anchor text)

Build a default anchor based on a heading's text content

Build a default anchor based on a heading's text content
raw docstring

emclj/s


escape-codeclj/s

(escape-code s)

escape-code-transformerclj/s

(escape-code-transformer text state)

escape-delimiterclj/s


escape-inhibit-separatorclj/s

(escape-inhibit-separator text state)

escaped-charsclj/s

(escaped-chars text state)

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.
raw docstring

gen-tokenclj/s

(gen-token n)

heading-levelclj/s

(heading-level text)

heading-textclj/s

(heading-text text)

hugo-anchorclj/s

(hugo-anchor text)

Extract Hugo markdown anchor links from the text.

See: https://gohugo.io/content-management/cross-references/#heading-ids

Extract Hugo markdown anchor links from the `text`.

See: https://gohugo.io/content-management/cross-references/#heading-ids
raw docstring

inhibitclj/s

(inhibit text state)

inline-codeclj/s


italicsclj/s


make-headingclj/s

(make-heading text heading-anchors)

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.
raw docstring

open-html-tagsclj/s

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

separatorclj/s

(separator escape? text open close separator state)

strikethroughclj/s


strongclj/s


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.
raw 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
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close