Skip to content

Make tab target selectors less naive

Robert Speicher requested to merge rs-issue-3908 into master

Prior, any of the specified IDs could have been hijacked by a table of contents header, breaking the tab functionality. For example, a ## Notes header would get the id notes and prevent the Discussion tab from being activated.

Closes #3908 (closed)

Merge request reports