mirror of
https://github.com/discourse/discourse.git
synced 2024-12-18 21:54:22 +08:00
13 lines
422 B
HTML
Executable File
13 lines
422 B
HTML
Executable File
<!--
|
|
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>
|