Rothera / bpm

BetterPonymotes
GNU Affero General Public License v3.0
22 stars 23 forks source link

Text emotes not working (e.g. gravestone) on external sites #38

Open JedTheKrampus opened 7 years ago

JedTheKrampus commented 7 years ago

Related issue:

https://github.com/ByzantineFailure/BPM-for-Discord/issues/60

The regex ought to be changed to match emotes like this in sites that aren't Reddit:

[test](/gravestone)

Currently they aren't matched and appear as plaintext.

Shugabuga commented 7 years ago

Thanks for reporting the bug here too! Yeah, I think this is a regex matching issue. We would have to lax the regex rules, but I never had the best of luck with manipulating that regex rule.