aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/resources/hashtags.md
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2018-08-14 12:26:51 +0200
committerArthurHoaro <arthur@hoa.ro>2018-08-14 12:26:51 +0200
commitcb7940e2deacba66f2510816732be654b255cc70 (patch)
tree0f0e99a25f99e88204c5962b4bdd2f15a2b5041c /tests/plugins/resources/hashtags.md
parentf28b73b21f705102f8536cd16ea28122aa870e49 (diff)
downloadShaarli-cb7940e2deacba66f2510816732be654b255cc70.tar.gz
Shaarli-cb7940e2deacba66f2510816732be654b255cc70.tar.zst
Shaarli-cb7940e2deacba66f2510816732be654b255cc70.zip
Fix hashtags with markdown escape enabled
They're now transformed to markdown syntax links before processing them through Parsedown. Fixes #1210
Diffstat (limited to 'tests/plugins/resources/hashtags.md')
-rw-r--r--tests/plugins/resources/hashtags.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/plugins/resources/hashtags.md b/tests/plugins/resources/hashtags.md
new file mode 100644
index 00000000..46326de3
--- /dev/null
+++ b/tests/plugins/resources/hashtags.md
@@ -0,0 +1,10 @@
1[#lol](?addtag=lol)
2
3 #test
4
5`#test2`
6
7```
8bla #bli blo
9#bla
10```