Woven is a simple Textile parser written in Clojure.
This entire project is a work-in-progress, as indicated by the current
version number.
Download the project, load up `lein repl` and parse some textile:
;; Example REPL input. (use 'woven.core) ;; nil (textile "h1. This is a heading") "<h1>This is a heading</h1>"
Copyright © 2012 Kushal Pisavadia
Distributed under the Eclipse Public License, the same as Clojure.