Liking cljdoc? Tell your friends :D

merkki.span


(auto-link url)

For self-wrapping links, returns the given url wrapped in <>

For self-wrapping links, returns the given url wrapped in <>
sourceraw docstring

codeclj/s

Wraps string in double backtick, for inline code. Double is used instead of single, to allow safe use of single backtick within the string.

Wraps string in double backtick, for inline code. Double is used instead of single, to allow safe use of 
single backtick within the string.
sourceraw docstring

emclj/s

Wraps string for emphasis

Wraps string for emphasis
sourceraw docstring

imageclj/s

(image alt url)
(image alt url title)

Given an alt-text, url, and optional title, returns a properly wrapped image link

Given an alt-text, url, and optional title, returns a properly wrapped 
image link
sourceraw docstring

(link text url)
(link text url title)

Given a test string and url string, returns a properly wrapped link Optionally, a link title can be provided

Given a test string and url string, returns a properly wrapped link
Optionally, a link title can be provided
sourceraw docstring

strongclj/s

Wraps string for strong emphasis

Wraps string for strong emphasis
sourceraw docstring

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

× close