mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Since SafeMode concerns output, spacing should still be parsed like markup
This commit is contained in:
parent
82d20d8ffe
commit
745db11d2f
@ -1,7 +1,9 @@
|
||||
<p><script>alert(1)</script></p>
|
||||
<p><script></p>
|
||||
<p>alert(1)</p>
|
||||
<p></script></p>
|
||||
<p><script>
|
||||
|
||||
alert(1)
|
||||
|
||||
</script></p>
|
||||
<p><script>
|
||||
alert(1)
|
||||
</script></p>
|
Loading…
Reference in New Issue
Block a user