Liking cljdoc? Tell your friends :D

merkki.block


blockquoteclj/s

(blockquote & xs)

Wraps a series of given strings as individual lines of a blockquoted paragraph

Wraps a series of given strings as individual lines of a blockquoted paragraph
sourceraw docstring

code-blockclj/s

(code-block text)
(code-block text language)

Wraps the given text in a code block, with optional language parameter according to Github flavor

Wraps the given text in a code block, with optional language parameter according to Github flavor
sourceraw docstring

olclj/s

(ol & xs)

Creates a properly numbered ordered list from the given strings. Newlines are not necessary.

Creates a properly numbered ordered list from the given strings. Newlines are not necessary.
sourceraw docstring

ulclj/s

(ul & xs)

Creates an unordered list from the given strings. Newlines are not necessary.

Creates an unordered list from the given strings. Newlines are not necessary.
sourceraw docstring

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

× close