System message: "changed title" shows raw markdown code
### Summary Since a few days, GitLab.com shows raw markdown code in system messages. Screenshot: ![image](/uploads/ace9b1158e00ef3e0c5c7e4d6cd2609f/image.png) ### Steps to reproduce See system note before this issue comment: https://gitlab.com/gitlab-org/gitlab-ce/issues/21480#note_112034849 ### Example Project https://gitlab.com/gitlab-org/gitlab-ce ### What is the current *bug* behavior? Raw markdown sourcecode is shown instead of rendered text. ### What is the expected *correct* behavior? Render the markdown code into expected text with e.g. colors. ### Relevant logs and/or screenshots ![image](/uploads/967db82b840c592ef2915b180402f8e4/image.png) ### Output of checks On GitLab.com. ### Possible fixes I suspect this behavior is related to putting \{-text-\} into a bold \*\* environment. Test1: {-**test**-} -> outer: color; inner: bold Test2: **{-test-}** -> outer: bold; inner: color
issue