HTML tags are omitted from merge request titles
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=550885) </details> <!--IssueSummary end--> ## How to reproduce Enter this title into your MR: `123 <test> 123` ### Expectation The title should be `123 <test> 123`. `<test>` is escaped and spelled out as-is. ### Reality The title is `123 123`. ### Workaround Put backticks around the tag. This works: ``123 `<test>` 123``
issue