Update parsedown to its latest version instead of fixed 1.6

This commit is contained in:
ArthurHoaro 2018-03-31 12:50:03 +02:00
parent b66769fec5
commit c5ee13181e
3 changed files with 71 additions and 60 deletions
tests/plugins/resources

View file

@ -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(&#039;xss&#039;)">link</a><br />
<a href="http://test.tld/path/?query=value#hash">link</a></p></div>