gitlab markdown engine fails to work with html anchors

👋

Description of the problem

GitLab's markdown engine seems to ignore ids in anchor tags

### <a id=some-custom-id></a>some data

and replaces those with user-content-{{ title }}

<a id="user-content-some data" class="anchor" href="#some data" aria-hidden="true"></a>

Is there a way to turn off this "feature"?

Which Group/Project (with full path) is experiencing the issue?

https://gitlab.com/agorkov/anchors-in-markdown

See the html generated for

It does not correspond to what's in the markdown document

Thus breaking the navigation

Approximate date/time when the error occurred.

Today.

Describe what you were doing right before the issue occurred.

Created the markdown document.

Edited by Ghost User