A Clojure interface to the Asciidoctor library. The library wraps the Java integration but does not intend to fully wrap all its APIs. The ambition is simply to provide a good Ascii doc library for Clojure.
Add [asciidoclj "0.2.0"]
to :dependencies
in your project.clj
.
The only thing to consider for now is the parse function:
(asciidoclj.core/parse "= Sample Document")
which will return a map of information about the document.
Look at some examples.
Copyright © 2014 Christian Johansen
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.