Fork me on GitHub
#cljdoc
<
2021-08-12
>
cfleming00:08:41

Since cljdoc automatically assumes markdown in docstrings, is there any mechanism to provide exceptions, i.e. symbols or entire namespaces where the doc is known to not look good with markdown (ahem… core)?

martinklepsch07:08:18

There isn’t but I’d be open to a hardcoded exception for clojure.core somewhere around here: https://github.com/cljdoc/cljdoc/blob/8dfba14ac7d55e198eae053991956189a3ce57df/src/cljdoc/render/api.clj#L56-L65