Liking cljdoc? Tell your friends :D

cljdoc-exerciser.core

Here we look at cljdoc features for APIs

Namespace docstrings can contain markdown.

And should support links repo to articles and inline repo images

«test image 1 should appear»

Wikilinks work from namespace docstrings:

Wikilink syntax [[that does not resolve to any var or ns]] is not converted to a link, this includes any typos like [[cljdoc-exerciser.ns2/whatevs]] [[cljdoc-exorcisor.core]]

Here we look at cljdoc features for APIs

Namespace docstrings **can** contain markdown.

And should support links repo [to articles](/doc/tests/md-features.md)
and inline repo images

![«test image 1 should appear»](/images/test-image-1.png)

Wikilinks work from namespace docstrings:
- a var local to this namespace [[exercise7]]
- a different namespace [[cljdoc-exerciser.ns2]]
- a var in a different namespace [[cljdoc-exerciser.ns2/whatever]]

Wikilink syntax [[that does not resolve to any var or ns]] is not converted to a link,
this includes any typos like [[cljdoc-exerciser.ns2/whatevs]] [[cljdoc-exorcisor.core]]
raw docstring

cljdoc-exerciser.platform

clj

Clojure namespace - test when there are differences between platforms.

Clojure namespace - test when there are differences between platforms.
cljs

ClojureScript namespace - test when there are differences between platforms.

ClojureScript namespace - test when there are differences between platforms.
raw docstring

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

× close