The Textile Markup (2.4) Reference for Textpattern
1) Multi-line comments begin with two periods: ###..
###.. ****************************** ** This multi-line comment ** will keep going and going** even if you put blank lines in. ******************************
p. It'll only stop when it reaches a paragraph marker.
2) HTML comments are respected also.
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 -->Normal text continues here.
Paste code into the box above.