kipedia.org/wiki/Textile_(markup_language)">Textile markup and converts it to HTML. Based on the spec available at
http://textile.thresholdstate.com/, supports basic phrase modifiers, block modifiers, attributes, footnotes, and some punctuation. Notable exceptions to supported textile syntax is raw html. Additionally supported are
{toc}
and
{glossary}
. The supported syntax of the parser may be augmented by {@link #setDialect(Dialect) setting a dialect}. Without adding a dialect the base syntax of the parser supports true Textile markup, with the addition of the following:
- Support for {toc} and {glossary}
- lists that start with '-'
- Confluence-style table headers
@author dgreen