aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/resources/markdown.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2016-10-21 12:38:38 +0200
committerArthurHoaro <arthur@hoa.ro>2016-11-05 14:30:56 +0100
commit95a12c7c0f3d074c3e61507b3fc33879b042f683 (patch)
tree59cacc4ebf6453efe8eb9d3392a7680a612eff96 /tests/plugins/resources/markdown.md
parentdf90715655347c53aa9743de156b163de8fbd784 (diff)
downloadShaarli-95a12c7c0f3d074c3e61507b3fc33879b042f683.tar.gz
Shaarli-95a12c7c0f3d074c3e61507b3fc33879b042f683.tar.zst
Shaarli-95a12c7c0f3d074c3e61507b3fc33879b042f683.zip
Fix an issue with links not being reversed in code blocks
Fixes #672 + Markdown to HTML unit test
Diffstat (limited to 'tests/plugins/resources/markdown.md')
-rw-r--r--tests/plugins/resources/markdown.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/plugins/resources/markdown.md b/tests/plugins/resources/markdown.md
new file mode 100644
index 00000000..0b8be7c5
--- /dev/null
+++ b/tests/plugins/resources/markdown.md
@@ -0,0 +1,24 @@
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``` \ No newline at end of file