Our goal is to produce documentation for users of rewrite-clj. As such we only want to document public APIs.
Stand alone articles are written up in AsciiDoc.
-
it is a richer markup language than GitHub markdown.
-
is supported by cljdoc.
Our docstrings sometimes take advantage of CommonMark which is supported by cljdoc for docstrings. GitHub uses CommonMark as part of of its markdown solution.