Project 'gitlab-org/gitlab-ce' was moved to 'gitlab-org/gitlab-foss'. Please update any links and bookmarks that may still have the old path.
Merge request ToC anchor conflicts with tabs
- Zendesk ticket: https://gitlab.zendesk.com/agent/tickets/12150
- Dev link: None
- GitLab version: 8.2.2
If a user puts a markdown header in the MR description with value 'notes', 'commits' or 'diffs' it breaks the JS for the tabs. This is because the 'id' of the header element becomes the same as the tab-content divs.
@rspeicher Came up with a way to fix this.