qiita-markdown icon indicating copy to clipboard operation
qiita-markdown copied to clipboard

`<pre><code>foo <strong>bar</strong> hoge</pre></code>` does not work

Open getty104 opened this issue 4 years ago • 0 comments

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.

getty104 avatar Dec 23 '20 01:12 getty104