qiita-markdown
qiita-markdown copied to clipboard
`<pre><code>foo <strong>bar</strong> hoge</pre></code>` does not work
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.