forgejo/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 Fix potential bugs (#10513) 2020-02-27 20:10:27 -03:00
csv
external
markdown Allow different HardBreaks settings for documents and comments (#11515) 2020-05-24 09:14:26 +01:00
mdstripper
orgmode
html.go Update emoji regex (#11584) 2020-05-29 17:08:36 +01:00
html_internal_test.go
html_test.go Update emoji regex (#11584) 2020-05-29 17:08:36 +01:00
markup.go
markup_test.go
sanitizer.go Prevent 500 with badly formed task list (#11328) 2020-05-11 00:14:49 +01:00
sanitizer_test.go Restore checkbox rendering and prevent poor sanitization of spans (#11277) 2020-05-03 17:17:24 -03:00