You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Hiden anchor (<a id=anchor-name></a>) is a trick to let you jump to any position in the document.
Describe the solution you'd like
Title Anchor is now supported, but not hiden anchor.
The usage is the same as title anchor.
[name](#anchor-name)
Describe alternatives you've considered
Additional context
<a id=''></a>, <a name=''></a> theoretically should do. But "name" could be deprecated in the future.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hiden anchor (<a id=anchor-name></a>) is a trick to let you jump to any position in the document.
Describe the solution you'd like
Title Anchor is now supported, but not hiden anchor.
The usage is the same as title anchor.
[name](#anchor-name)
Describe alternatives you've considered
Additional context
<a id=''></a>, <a name=''></a> theoretically should do. But "name" could be deprecated in the future.
The text was updated successfully, but these errors were encountered: