mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 22:23:54 +08:00
13 lines
422 B
HTML
13 lines
422 B
HTML
|
<!--
|
||
|
Changed for Discourse:
|
||
|
|
||
|
- Our HTML sanitizer escapes quotes " as "
|
||
|
- Our sanitizer has not whitelisted attr attributes in `span`s
|
||
|
- Our sanitizer replaces backticks with `
|
||
|
-->
|
||
|
<p><code><test a="</code> content of attribute <code>"></code></p>
|
||
|
|
||
|
<p>Fix for backticks within HTML tag: <span>like this</span></p>
|
||
|
|
||
|
<p>Here's how you put <code>`backticks`</code> in a code span.</p>
|