aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-03-31 12:50:03 +0200
committerArthurHoaro <arthur@hoa.ro>2018-03-31 13:00:13 +0200
commitc5ee13181ef9b0cd09886051aaf0754859090e76 (patch)
tree6963dbebc3df8f80a0dcbe24bdddb480a2baabd3 /tests/plugins
parentb66769fec544d16bbe0641d3958a738c1b042ef9 (diff)
downloadShaarli-c5ee13181ef9b0cd09886051aaf0754859090e76.tar.gz
Shaarli-c5ee13181ef9b0cd09886051aaf0754859090e76.tar.zst
Shaarli-c5ee13181ef9b0cd09886051aaf0754859090e76.zip
Update parsedown to its latest version instead of fixed 1.6
Diffstat (limited to 'tests/plugins')
-rw-r--r--tests/plugins/resources/markdown.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/resources/markdown.html b/tests/plugins/resources/markdown.html
index 844a6f31..f1df4e7e 100644
--- a/tests/plugins/resources/markdown.html
+++ b/tests/plugins/resources/markdown.html
@@ -8,7 +8,7 @@
8</ul> 8</ul>
9<ol> 9<ol>
10<li><a href="http://link.tld">zero</a> 10<li><a href="http://link.tld">zero</a>
11<ol> 11<ol start="2">
12<li><a href="http://link.tld">two</a></li> 12<li><a href="http://link.tld">two</a></li>
13<li><a href="http://link.tld">three</a></li> 13<li><a href="http://link.tld">three</a></li>
14<li><a href="http://link.tld">four</a></li> 14<li><a href="http://link.tld">four</a></li>
@@ -29,5 +29,5 @@ next #foo</code></pre>
29<a href="https://test.tld/path/?query=value#hash">link</a><br /> 29<a href="https://test.tld/path/?query=value#hash">link</a><br />
30<a href="ftp://test.tld/path/?query=value#hash">link</a><br /> 30<a href="ftp://test.tld/path/?query=value#hash">link</a><br />
31<a href="magnet:test.tld/path/?query=value#hash">link</a><br /> 31<a href="magnet:test.tld/path/?query=value#hash">link</a><br />
32<a href="http://alert('xss')">link</a><br /> 32<a href="http://alert(&#039;xss&#039;)">link</a><br />
33<a href="http://test.tld/path/?query=value#hash">link</a></p></div> \ No newline at end of file 33<a href="http://test.tld/path/?query=value#hash">link</a></p></div> \ No newline at end of file