<pre><code>foo <strong>bar</strong> hoge</pre></code>
does not work
#71
Labels
<pre><code>foo <strong>bar</strong> hoge</pre></code>
does not work
#71
The notation defined in GFM, such as
<pre><code>foo <strong>bar</strong> hoge</pre></code>
, does not render well.This is probably due to the fact that the sanitization rules are not set up properly in final_sanitizer.rb.
The text was updated successfully, but these errors were encountered: