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
which must be "<pre><code class=\"ム\"></code></pre>\n". Because \xE3\x83 is a invalid UTF8 sequence, the output result easily causes encoding errors (e.g. by Nokogiri).
produces:
"<pre><code class=\"\xE3\x83\"></code></pre>\n"which must be
"<pre><code class=\"ム\"></code></pre>\n". Because\xE3\x83is a invalid UTF8 sequence, the output result easily causes encoding errors (e.g. by Nokogiri).Note: redcarpet also has the same bug.