Skip to content

Fix inline custom emojis in codeblocks

James Graham requested to merge work/nvrwhere/fix_inline_custom_emoji into master

Make sure that custom emojis in inline code blocks are not turned into images.

By calling preprocess text in texthandler the whole function can be simplified as it will now never be called on any text inside any code block (which was the reason for all the split stuff previously).

BUG: 477512

Merge request reports