Set a custom numbering scheme for nested ordered lists #202
Closed
deighvebee
started this conversation in
Feature Requests
Replies: 1 comment
-
Hello, Thanks for your feedback! |
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.
-
What's your feature/idea?
Nested ordered lists (aka substeps) should not use the same numbering scheme as the root-level steps. For example:

What's your desired outcome?
Improved Default Behavior
By default, I would expect nested numbering to be something like:
Arabic numeral (1) -> lowercase alpha (a) -> lowercase roman numeral (i)
Configurable Numbering Schemes
Allow the user to specify the numbering scheme for each ordered list.
What's the impact of this for you?
Anything else?
I'm rating this a medium because it's preventing me from using substeps. Not the biggest deal, but this comes up in documentation a lot.
Beta Was this translation helpful? Give feedback.
All reactions