textile / php-textile

Textile markup language parser for PHP
https://textile-lang.com
Other
216 stars 44 forks source link

avoid double html encoding #94

Closed mkdgs closed 11 years ago

mkdgs commented 11 years ago

if tags in the textile string is already encoded it will be reencoded in code block: @ <div> oo </div> @ become: &lt;div&gt; oo &lt;/div&gt;

this change avoid double encoding