Description
The textile filter converts text formatted with Textile to HTML using the popular ruby gem RedCloth. For a complete explanation of textile syntax, please visit the Textile Reference Manual for RedCloth.
Syntax
{{ <string> | textile }}
Example
{{ 'h3. Header' | textile }}
The HTML output of the example above is:
<h3>Header</h3>