Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(anchors): use id instead of name for generated anchors #700

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marrws
Copy link

@marrws marrws commented Sep 1, 2023

Description of your changes

Generated links use the recommended id attribute instead of the deprecated name.

Fixes #629

I have:

How has this code been tested

  • make test passes
  • All test data was modified and the generated docs use the correct id attribute

Signed-off-by: Marco Reyes R <marco.reyes@fif.tech>
@vale21
Copy link

vale21 commented Apr 11, 2024

Hello. Any ETA for this to be merged? It is required for us

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Anchors are generated with the deprecated attribute name instead of id
2 participants