text pattern breaks highlighter
-
I would like to report a bug
Any text following this pattern breaks the highlighter:
= "@x.x"For example, try:
<pre lang="php"> $test = "@example.com"; </pre>It appears to break tags causing the following to output directly onto the page:
<span class="crayon-v">test</span><span class="crayon-h"> </span><span class="crayon-o">=</span><span class="crayon-h"> </span><span class="crayon-s">"@example.com";The issue does not appear to be unique to the PHP lang
The topic ‘text pattern breaks highlighter’ is closed to new replies.