Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 598 Bytes

README.textile

File metadata and controls

24 lines (15 loc) · 598 Bytes

Woven

Continuous Integration status

Woven is a simple Textile parser written in Clojure.

This entire project is a work-in-progress, as indicated by the current
version number.

Quick start

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>"

License

Copyright © 2012 Kushal Pisavadia

Distributed under the Eclipse Public License, the same as Clojure.