Update parsedown to its latest version instead of fixed 1.6
This commit is contained in:
parent
b66769fec5
commit
c5ee13181e
3 changed files with 71 additions and 60 deletions
tests/plugins/resources
|
@ -8,7 +8,7 @@
|
|||
</ul>
|
||||
<ol>
|
||||
<li><a href="http://link.tld">zero</a>
|
||||
<ol>
|
||||
<ol start="2">
|
||||
<li><a href="http://link.tld">two</a></li>
|
||||
<li><a href="http://link.tld">three</a></li>
|
||||
<li><a href="http://link.tld">four</a></li>
|
||||
|
@ -29,5 +29,5 @@ next #foo</code></pre>
|
|||
<a href="https://test.tld/path/?query=value#hash">link</a><br />
|
||||
<a href="ftp://test.tld/path/?query=value#hash">link</a><br />
|
||||
<a href="magnet:test.tld/path/?query=value#hash">link</a><br />
|
||||
<a href="http://alert('xss')">link</a><br />
|
||||
<a href="http://alert('xss')">link</a><br />
|
||||
<a href="http://test.tld/path/?query=value#hash">link</a></p></div>
|
Loading…
Add table
Add a link
Reference in a new issue