]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - tests/plugins/resources/markdown.md
Fix an issue with links not being reversed in code blocks
[github/shaarli/Shaarli.git] / tests / plugins / resources / markdown.md
CommitLineData
c5941f31
A
1* test:
2 * [zero](http://link.tld)
3 + [two](http://link.tld)
4 - [three](http://link.tld)
5
61. [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
14fsdfs http://link.tld #foobar `http://link.tld`
15
16 http://link.tld #foobar
17 next #foo
18
19Block:
20
21```
22lorem ipsum #foobar http://link.tld
23#foobar http://link.tld
24```