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 headers with custom IDs via the correct syntax #1578

Merged
merged 3 commits into from
Jun 21, 2023
Merged

Fix headers with custom IDs via the correct syntax #1578

merged 3 commits into from
Jun 21, 2023

Commits on Jun 21, 2023

  1. Fix headers with custom IDs via the correct syntax

    Was previously using <a name="..."> elements which just
    add another anchor rather than changing the existing one.
    They also use a deprecated HTML attribute and in some cases
    broke the header display.
    
    Fixes #1572.
    
    Signed-off-by: Midnight Veil <[email protected]>
    midnightveil committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    bac4a68 View commit details
    Browse the repository at this point in the history
  2. changelog

    richvdh authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a1ec598 View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ecc4da2 View commit details
    Browse the repository at this point in the history