diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-08-14 12:26:51 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-08-14 12:26:51 +0200 |
commit | cb7940e2deacba66f2510816732be654b255cc70 (patch) | |
tree | 0f0e99a25f99e88204c5962b4bdd2f15a2b5041c /tests/plugins/resources/markdown.md | |
parent | f28b73b21f705102f8536cd16ea28122aa870e49 (diff) | |
download | Shaarli-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/markdown.md')
-rw-r--r-- | tests/plugins/resources/markdown.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/resources/markdown.md b/tests/plugins/resources/markdown.md index b8ebd934..9350a8c7 100644 --- a/tests/plugins/resources/markdown.md +++ b/tests/plugins/resources/markdown.md | |||
@@ -31,4 +31,4 @@ lorem ipsum #foobar http://link.tld | |||
31 | [link](ftp://test.tld/path/?query=value#hash) | 31 | [link](ftp://test.tld/path/?query=value#hash) |
32 | [link](magnet:test.tld/path/?query=value#hash) | 32 | [link](magnet:test.tld/path/?query=value#hash) |
33 | [link](javascript:alert('xss')) | 33 | [link](javascript:alert('xss')) |
34 | [link](other://test.tld/path/?query=value#hash) \ No newline at end of file | 34 | [link](other://test.tld/path/?query=value#hash) |