You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bc
A "bc" signature is short for "block code", which implies a preformatted section like the "pre" block,
but it also gets a <code> tag (or for XHTML 2, a <blockcode> tag is used instead).
Note that within a "bc" block, < and > are translated into HTML entities automatically.
As you can see, the <, > and " char in <script>, </script>, <? and ?> are not HTML-escaped!
Seems to be a bug.
The text was updated successfully, but these errors were encountered:
While using bc.. some <,> and " are not escaped properly.
See the testcode:
Documentation in http://search.cpan.org/~bchoate/Text-Textile-2.12/lib/Text/Textile.pm#SYNTAX says:
bc
A "bc" signature is short for "block code", which implies a preformatted section like the "pre" block,
but it also gets a <code> tag (or for XHTML 2, a <blockcode> tag is used instead).
Note that within a "bc" block, < and > are translated into HTML entities automatically.
As you can see, the <, > and " char in <script>, </script>, <? and ?> are not HTML-escaped!
Seems to be a bug.
The text was updated successfully, but these errors were encountered: