aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/resources/markdown.html
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2017-08-23 01:26:03 +0200
committerVirtualTam <virtualtam@flibidi.net>2017-08-23 01:26:03 +0200
commit2c049b673acdd10125db9c3c271eef5bd3f5fc17 (patch)
treeda67c958941502dd9c10d82be747559bbe2a062a /tests/plugins/resources/markdown.html
parentbf82dcfeb38418f0b3d0f14f6c666ed04651e08f (diff)
parent1ea88ae7d1b7fb13e18f543e7c2ad99c4ccde19a (diff)
downloadShaarli-2c049b673acdd10125db9c3c271eef5bd3f5fc17.tar.gz
Shaarli-2c049b673acdd10125db9c3c271eef5bd3f5fc17.tar.zst
Shaarli-2c049b673acdd10125db9c3c271eef5bd3f5fc17.zip
Merge remote-tracking branch 'upstream/v0.9' into latest
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'tests/plugins/resources/markdown.html')
-rw-r--r--tests/plugins/resources/markdown.html11
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/plugins/resources/markdown.html b/tests/plugins/resources/markdown.html
index 07a5a32e..844a6f31 100644
--- a/tests/plugins/resources/markdown.html
+++ b/tests/plugins/resources/markdown.html
@@ -21,4 +21,13 @@
21next #foo</code></pre> 21next #foo</code></pre>
22<p>Block:</p> 22<p>Block:</p>
23<pre><code>lorem ipsum #foobar http://link.tld 23<pre><code>lorem ipsum #foobar http://link.tld
24#foobar http://link.tld</code></pre></div> \ No newline at end of file 24#foobar http://link.tld</code></pre>
25<p><a href="?123456">link</a><br />
26<img src="/img/train.png" alt="link" /><br />
27<a href="http://test.tld/path/?query=value#hash">link</a><br />
28<a href="http://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 />
31<a href="magnet:test.tld/path/?query=value#hash">link</a><br />
32<a href="http://alert('xss')">link</a><br />
33<a href="http://test.tld/path/?query=value#hash">link</a></p></div> \ No newline at end of file