Fix Markdown rendering references inside inline diff
What does this MR do and why?
This MR updates the markdown renderer so that references are not rendered inside inline diffs.
See this issue for context, where a random user @G-
was pinged when the MR title was updated.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Run GDK with the changes on this branch.
- Visit an issue.
- Write a comment with
{+ @test +}
and click "Preview" - Confirm that the
@test
reference isn't added.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Paul Slaughter