Links to anchors in markdown files redirect to wiki (GitLab 6.4.3)
Created by: gl3n
When consulting a markdown file having a table of contents, as below :
[My title](#my-title)
Gitlab replaces it to :
<a href="/myproject/wikis/#my-title">My title</a>
Instead of :
<a href="#my-title">My title</a>