Fix <mark> styling in Rich Text Editor
What does this MR do and why?
Ensure styles for <mark> elements work when shown in the RTE.
References
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Check out this branch
- Create a comment or description somewhere in the GDK using markdown. Include the following content:
thi<mark>s text has a hig</mark>hlight in it
hello
- Click the "switch to rich text editing" button.
- You should see the highlighted text and it should be styled as a highlight.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #514326 (closed)

