]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/plugins/resources/markdown.html
Update parsedown to its latest version instead of fixed 1.6
[github/shaarli/Shaarli.git] / tests / plugins / resources / markdown.html
index 844a6f31dbb0fa18c9a3777b21e57f11165dee22..f1df4e7ee96fa1aba001e0b6ee067b8958d1c61e 100644 (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>
\ No newline at end of file