Liking cljdoc? Tell your friends :D

com.blockether.vis.internal.strutil

Shared tiny string helpers. A dependency-free leaf so any namespace can use it without risking a cycle.

Shared tiny string helpers. A dependency-free leaf so any namespace can use it
without risking a cycle.
raw docstring

fence-delimiterclj

(fence-delimiter body)

Markdown fence delimiter (a backtick run) longer than any backtick run in body. Arbitrary content — a file being read, a diff of a Markdown file, a tool's stdout — carries Markdown fences of its own; a fixed triple-backtick wrapper is then ambiguous and the INNER fence closes the outer block early, so everything after it renders as prose instead of code. CommonMark permits longer fences: pick the shortest safe one.

Markdown fence delimiter (a backtick run) longer than any backtick run in
`body`. Arbitrary content — a file being read, a diff of a Markdown file, a
tool's stdout — carries Markdown fences of its own; a fixed triple-backtick
wrapper is then ambiguous and the INNER fence closes the outer block early,
so everything after it renders as prose instead of code. CommonMark permits
longer fences: pick the shortest safe one.
sourceraw docstring

fencedclj

(fenced body)
(fenced body lang)

Wrap body in a fenced code block body itself cannot close early, with an optional lang info string. Callers keep their own blank/nil guards.

Wrap `body` in a fenced code block `body` itself cannot close early, with an
optional `lang` info string. Callers keep their own blank/nil guards.
sourceraw docstring

truncateclj

(truncate s n)

Head-clip s to at most n chars (no ellipsis).

Head-clip `s` to at most `n` chars (no ellipsis).
sourceraw 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