]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - tests/plugins/resources/markdown.md
b8ebd9340870e338a8a125d1522f8fe96970cc15
[github/shaarli/Shaarli.git] / tests / plugins / resources / markdown.md
1 * test:
2 * [zero](http://link.tld)
3 + [two](http://link.tld)
4 - [three](http://link.tld)
5
6 1. [zero](http://link.tld)
7 2. [two](http://link.tld)
8 3. [three](http://link.tld)
9 4. [four](http://link.tld)
10 5. foo #foobar
11
12 #foobar foo `lol #foo` #bar
13
14 fsdfs http://link.tld #foobar `http://link.tld`
15
16 http://link.tld #foobar
17 next #foo
18
19 Block:
20
21 ```
22 lorem ipsum #foobar http://link.tld
23 #foobar http://link.tld
24 ```
25
26 [link](?123456)
27 ![link](/img/train.png)
28 [link](test.tld/path/?query=value#hash)
29 [link](http://test.tld/path/?query=value#hash)
30 [link](https://test.tld/path/?query=value#hash)
31 [link](ftp://test.tld/path/?query=value#hash)
32 [link](magnet:test.tld/path/?query=value#hash)
33 [link](javascript:alert('xss'))
34 [link](other://test.tld/path/?query=value#hash)