Fix the one broken table-of-contents link - #293
Merged
Conversation
The table of contents links to #jfokus-2026-modern-developer-conference-standard, but that section had lost its '##' and its anchor, so the line rendered as a paragraph and the link navigated nowhere. Every other entry in that post, and every other table of contents on the blog, resolves correctly. Verified in a real browser: all 120 table-of-contents links across the 13 posts that have one now resolve to a target, up from 119.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
_posts/2026-04-22-Jfokus.mdlists "Conclusion: Setting the Standard for Modern Developer Conferences" in its table of contents, pointing at#jfokus-2026-modern-developer-conference-standard. That section had lost both its##and its anchor, so it rendered as a plain paragraph and the link went nowhere.Restored to match the file's own convention:
## <a name="jfokus-2026-modern-developer-conference-standard"></a> Setting the Standard for Modern Developer ConferencesHow this was checked. Rather than comparing hrefs to heading ids, which gives false positives because these posts declare their own
<a name=…>anchors, I built the site and drove Chromium through every table-of-contents link with Playwright, navigating to each fragment and asking the browser whether anything was:targetand whether the page actually scrolled.No other post needed a change.