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
There is a recurrent problem. GH-repo hosted pages can link to any heading. In such pages, the first heading (which is at level 1) of a page is interpreted as the page title. When the spec gets publish to the OTel website, the level-1 headings are stripped, and instead the title is displayed using specially formatted HTML. The net effect is that there is no anchor in the page for the level-1 heading, because the level 1 heading isn't there anymore.
chalin
changed the title
Add link check to ensure reference excludes anchor to page title/level-1 heading
Add link check to ensure reference exclude anchors to page title/level-1 headings
Jun 1, 2025
There is a recurrent problem. GH-repo hosted pages can link to any heading. In such pages, the first heading (which is at level 1) of a page is interpreted as the page title. When the spec gets publish to the OTel website, the level-1 headings are stripped, and instead the title is displayed using specially formatted HTML. The net effect is that there is no anchor in the page for the level-1 heading, because the level 1 heading isn't there anymore.
As an example:
We should find a way to test this. Maybe a custom markdown link check, or even markdown lint check?
The text was updated successfully, but these errors were encountered: