mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
6 lines
353 B
HTML
6 lines
353 B
HTML
<p><a href="https://www.example.com"">xss</a></p>
|
|
<p><img src="https://www.example.com"" alt="xss" /></p>
|
|
<p><a href="https://www.example.com'">xss</a></p>
|
|
<p><img src="https://www.example.com'" alt="xss" /></p>
|
|
<p><img src="https://www.example.com" alt="xss"" /></p>
|
|
<p><img src="https://www.example.com" alt="xss'" /></p> |