Allow anchor links to headings inside Stepper blocks #1197
aldibit
started this conversation in
Feature Requests
Replies: 1 comment
-
|
Hey. Thanks for flagging this one, I expect this should be possible so I'll take a look and report back later! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current behavior
Currently, GitBook supports anchor links to headings (e.g.
/page#section-title) when those headings are part of standard page content.Problem
When using Stepper blocks to structure content (e.g. multi-step guides), it is possible to add headings (H1, H2, H3) inside each step. These headings are rendered visually as expected, but:
/page#my-headingfail if the heading is inside a StepperThis creates inconsistencies between regular content and Stepper content, and limits navigation.
Expected behavior
Headings inside Stepper blocks should:
/page#heading-idBeta Was this translation helpful? Give feedback.
All reactions