Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The README.md is currently not rendered correctly on GitHub due to the manual HTML anchors preceding the headlines. This effectively prevents the rendering engine from recognising the headlines. Since those anchors have been added some six years ago, and before GitHub introduced the feature of automatically creating anchors, they are now somewhat redundant.
This pull request contains two commits: 1) The first corrects the rendering by moving the manual anchors to below the headlines but keeps them for external sites; 2) the second commit completely removes these anchors and corrects links inside the README.md.
Main reason for the two commits is that the GitHub automatic anchors use lowercase only, the manually added however are mixed case. I'm unsure if and how generation of docs is affected and which external sites might require these anchors.