Liking cljdoc? Tell your friends :D

org.soulspace.overarch.adapter.render.markdown

Functions to export views to markdown.

Functions to export views to markdown.
raw docstring

markdown-view?clj

(markdown-view? view)

Returns true, if the view is to be rendered with markdown.

Returns true, if the view is to be rendered with markdown.
sourceraw docstring

markdown-viewsclj

Contains the views rendered with markdown.

Contains the views rendered with markdown.
sourceraw docstring

references?clj

(references? view)

Returns true, if relations should be rendered.

Returns true, if relations should be rendered.
sourceraw docstring

render-elementcljmultimethod

Renders an element in the view with markdown according to the given options.

Renders an `element` in the `view` with markdown according to the given `options`.
sourceraw docstring

render-markdown-viewclj

(render-markdown-view model options view)

Renders the view with markdown according to the given options.

Renders the `view` with markdown according to the given `options`.
sourceraw docstring

render-referenceclj

(render-reference model rel)

Renders the relation as reference.

Renders the relation as reference.
sourceraw docstring

render-typeclj

(render-type e)

Renders the type of the element e including the subtype, if defined.

Renders the type of the element `e` including the subtype, if defined.
sourceraw docstring

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

× close