The MarkWrap library (pronounced "mark wrap" or "more crap", depending on your preference) is a Scala library that provides a unified API for using various underlying lightweight markup APIs. Currently, it supports:
- Markdown, via the flexmark-java parser.
- Textile, via the FuseSource WikiText fork of the Eclipse Mylyn wikitext parser API.
- An internal handler that wraps plain text in
<pre>
and</pre>
tags. - An internal handler that simply passes HTML straight through.
See the MarkWrap web site for more details.
MarkWrap is copyright © 2010-2016 Brian M. Clapper and is released under a new BSD license.