The Textile Markup Reference for Textpattern
1) To prevent Textile from enclosing complex HTML blocks in paragraph tags, either use a space at the beginning of each line
<div>
<span>My div</span>
</div>
or a notextile..
extended block.
notextile.. <div>
<span>My div</span>
</div>
2) HTML comments are respected as comments
Here is some text with a <!-- Commented out[1] --> block.
<!-- Here is a single <span>line</span> comment block -->
<!-- Here is a whole
multiline
<span>HTML</span>
Comment
-->
3) Unicode characters and symbols
Just like any other HTML characters, unicode symbols are ignored by Textile.
p{font-size:20pt}. ☢ ☁ ♘
With a browser that is capable and a font that supports the characters you will see this:
☢ ☁ ♘
Paste code
into the box above.
Further Information
PHP Textile versions
Textile related linklists
Tools
Blank input form
Table Data Converter
Report Issues
Issues on PHP Textile (GitHub)