Sheogorath 7e45533c75
Fix emoji regex
The old regex, adapted from the other plugins, was a bit too open for
matching. This leads to matching something like: `This is a sentence:
[And something with a: in it.]()` which doesn't become a link anymore.
Because the match is: ` [And something with a`.

This patch provides a fix for the regex to only match non-space string
within the `:`'s.

References:
- Introducing commit:
2063eb8bdf
- Inspirational source of the original RegEx:
2063eb8bdf/public/js/extra.js (L1095)

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
2018-10-29 20:37:47 +01:00
..
2018-07-08 20:41:46 +02:00
2018-06-24 14:13:46 +02:00
2018-10-29 20:37:47 +01:00
2018-06-30 16:52:34 +02:00
2018-02-26 20:55:10 +08:00
2018-06-24 23:50:38 +02:00