Skip to content

cjohansen/asciidoclj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asciidoclj

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.

Install

Add [asciidoclj "0.2.0"] to :dependencies in your project.clj.

Usage

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.

License

Copyright © 2014 Christian Johansen

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Clojure API for Asciidoc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published