Liking cljdoc? Tell your friends :D
All platforms.

merkki.util


breakclj/s

(break)
(break s)

Markdown standard allows hard-wrapping by not creating a new paragraph block automatically on new line. In order to guarantee that a <br> is inserted, a line must end in two spaces followed by new line. See: https://daringfireball.net/projects/markdown/syntax#p

Markdown standard allows hard-wrapping by not creating a new paragraph block automatically 
 on new line. In order to guarantee that a <br> is inserted, a line must end in two spaces 
 followed by new line.
See: https://daringfireball.net/projects/markdown/syntax#p
sourceraw docstring

nlclj/s

(nl s)

Appends a string with a newline

Appends a string with a newline
sourceraw docstring

wrapclj/s

(wrap chars s)

Helper function. Wraps a given string in the indicated characters.

Helper function. Wraps a given string in the indicated characters.
sourceraw docstring

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

× close