View on GitHub
TRextile
h2. What is TRextile? TRextile is a lightweight *Textile to HTML conversion library* written in JavaScript. h2. Getting started The interface to TRextile is incredibly simple. It consumes a Textile string, and outputs HTML using the @toHtml@ method.
var html = new Trextile('my *textile* string').toHtml(); console.log(html);
Which prints the following text: bq. my *textile* string h2. Found an issue TRextile is still very much *a work in progress*, so if you find a bug I'd be much obliged if you could log it in the "GitHub issue tracker":https://github.com/damian/trextile/issues, or even submit a pull request with some tests. Crafted in haste by "@damian":https://twitter.com/damian.