The Textile Markup Reference for Textpattern
To strikeout a passage, surround it with dashes. An insertion is marked with pluses.
1) In former HTML standards, the HTML <strike>
or <s>
tags could be used to render a text with a line through it, but this has been deprecated in HTML4 and XHTML, and obsoleted in HTML5. This is because the <strike>
or <s>
tag was taken as a purely styling element. To indicate deleted content, the <del>
tag now is used in HTML5, and it is rendered similarly. Compare:
<strike>Today's Special: Salmon</strike> NO LONGER AVAILABLE<br />
<s>Today's Special: Salmon</s> NO LONGER AVAILABLE<br />
<del>Today's Special: Salmon</del> NO LONGER AVAILABLE<br />
<span style="text-decoration:line-through;">Today's Special: Salmon</span> SOLD OUT
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)