Cannot replace ID of Heading #489
Unanswered
AliveDevil
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With
I get something like
But using something like this:
I cannot replace the header id with other_header, but it does something entirely different:
Is there any way of stopping MyST to automatically assign IDs to headers, so we can replace them with custom ones?
Because using this on
Generates a Header-ID of
image-header-title
.Replacing the Id with
would make this much easier.
Beta Was this translation helpful? Give feedback.
All reactions