gitea/modules/markup
mrsdizzie 4c1ff57f1a
Update emoji regex (#11584)
When matching emoji, use a regex built from the data we have instead of something generic using unicode ranges. A generic regex can't tell the difference between two separate emoji next to each other or one emoji that is built out of two separate emoji next to each other.

This means that emoji that are next to each other without space in between will be now accurately spanned individually with proper title etc...
2020-05-29 17:08:36 +01:00
..
common
csv
external
markdown Allow different HardBreaks settings for documents and comments (#11515) 2020-05-24 09:14:26 +01:00
mdstripper
orgmode
html_internal_test.go
html_test.go Update emoji regex (#11584) 2020-05-29 17:08:36 +01:00
html.go Update emoji regex (#11584) 2020-05-29 17:08:36 +01:00
markup_test.go
markup.go
sanitizer_test.go
sanitizer.go