Closed Zegnat closed 12 years ago
Posting this:
`$1` % $1 % % $1 $1 %
Gives me this HTML (lifted from .rss file):
<p> <code>``</code> </p> <pre><span class="ct">%</span> <span class="cb">%</span></pre> <pre><span class="ct">% </span> <span class="cb">%</span></pre>
It only happens for $1. $2 seems to be safe, and %1 is spared as well.
$1
$2
%1
Interesting... will look into this; thanks very much for taking the time and effort to file the issue.
Posting this:
Gives me this HTML (lifted from .rss file):
It only happens for
$1
.$2
seems to be safe, and%1
is spared as well.