HTML
Raw HTML tags are generally left untouched by Textile.
Textile example: HTML
Textile input (editable)
Browser output
HTML output
More about: HTML
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 symbols can be entered in decimal form, like this:
p{font-size:20pt;}. ☢ ☁ ♘
With a browser that is capable, and a font that supports the characters, you will see this:
☢ ☁ ♘