span removed and no longer linkable? #5214
jaceklaskowski
started this conversation in
General
Replies: 1 comment 2 replies
-
Could you please create an issue and provide a reproduction? That's not intended and likely a regression of the latest instant loading refactoring. Likely an easy fix with a good and minimal reproduction 😊 |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi,
Whenever I wanted to add a linkable (referenceable) place in a page I used to add
<span id="ignoreIfExists">
and regardless of what mkdocs-material auto-generated, I could usepage/#ignoreIfExists
to jump to the place.It stopped working a week or so ago.
What's the right way to add a marker (an anchor?) to jump to using
[ignoreIfExists](page.md#ignoreIfExists)
markdown?Jacek
Beta Was this translation helpful? Give feedback.
All reactions