Prerequisites
What problem are you trying to solve?
A special directive that renders content in a progression of numbered steps. This is useful for visually indicating procedures, for example.
Proposed Solution
Something like this. The directive would take all headings of the same level within the block and turn them into steps, the content within converted into the content of the step itself (nesting allowed).
::::: steps
## Heading that turns into step 1
Content
## Heading that turns into step 2
:::::
### Examples and Research
Mintlify and other SSGs have this, but it's a custom development in most cases. I developed it for Tinybird docs. Example: https://www.tinybird.co/docs/forward
### Alternative Solutions
_No response_
### Additional Context
_No response_
### How important is this feature to you?
Nice to have
Prerequisites
What problem are you trying to solve?
A special directive that renders content in a progression of numbered steps. This is useful for visually indicating procedures, for example.
Proposed Solution
Something like this. The directive would take all headings of the same level within the block and turn them into steps, the content within converted into the content of the step itself (nesting allowed).