It's not something that's supported in Codox at the moment.
- James
On 13 April 2015 at 17:02, henrik42 wrote:
> Hi,
>
> I'd like to use Markdown in the description of my Leiningen project.clj:
>
> (defproject foo "0.1.0-SNAPSHOT"
> :description "*foo* is my project"
> :plugins [[codox "0.
Hi,
I'd like to use Markdown in the description of my Leiningen project.clj:
(defproject foo "0.1.0-SNAPSHOT"
:description "*foo* is my project"
:plugins [[codox "0.8.11"]]
:codox {:defaults {:doc/format :markdown}}
[...])
But its not working. Markdown in function descriptions is working