Liking cljdoc? Tell your friends :D

org.soulspace.overarch.adapter.template.markdown-api


(element-link e)
(element-link e context)

Renders a link to the element e, using the optional context for customization.

Renders a link to the element `e`, using the optional `context` for customization.
sourceraw docstring

(relative-element-link c e)
(relative-element-link c e context)

Renders a relative link from the current element c to the element e, using the optional context for customization.

Renders a relative link from the current element `c` to the element `e`, using the optional `context` for customization.
sourceraw docstring

(relative-view-link c v)
(relative-view-link c v context)

Renders a relative link from the current element c to the view v, using the optional context for customization.

Renders a relative link from the current element `c` to the view `v`, using the optional `context` for customization.
sourceraw docstring

(view-link v)
(view-link v context)

Renders a link to the view v, using the optional context for customization.

Renders a link to the view `v`, using the optional `context` for customization.
sourceraw docstring

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

× close