tgittos / woven

A simple Textile parser written in Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple Textile parser written in Clojure


Languages

Language:Clojure 100.0%