Inline-style link referring to an issue inside a Merge Request comment generates wrong link
I tried to reference an issue inside the comment of a merge request using an inline-style link (like this: Test),
but the resulting link pointed to somewhere inside the merge request instead.
E.g. I was commenting on Merge Request 30, and wanted to put in a link referring to issue 25:
[Done](#25)
Looking at the Comment Preview, the following link was generated:
[...]/merge_requests/30#25
Expected:
[...]/issues/25
Using GitLab Community Edition 8.0.4