]> 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 07a5a32e4743b91046f6ac34715430dcf2c1c665..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>
 next #foo</code></pre>
 <p>Block:</p>
 <pre><code>lorem ipsum #foobar http://link.tld
-#foobar http://link.tld</code></pre></div>
\ No newline at end of file
+#foobar http://link.tld</code></pre>
+<p><a href="?123456">link</a><br />
+<img src="/img/train.png" alt="link" /><br />
+<a href="http://test.tld/path/?query=value#hash">link</a><br />
+<a href="http://test.tld/path/?query=value#hash">link</a><br />
+<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(&#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