-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Description
Checklist
- I have read and accepted the contributing guidelines.
Is your feature request related to a problem? Please describe
Related to #146 as there wasn't a way-ahead described in the closing of the issue.
Describe the solution you'd like
Some sort of mechanism to allow for the continuation of numbering from the previous sequence. For example, the below images show my intention to continue with number 6 after the prompt-warning but that it isn't render as such. That's understandable since that's how the majority of Markdown works.
However, it would be nice to have flag or escape of some sort that prevents the information in-between numbering entries from interrupting the sequence. Something like {: .numbering-continue} to tell the next number to continue from the last sequence above, or a {: .file='name' .numbering-continue} to explicitly tell a prompt, code insert with a name, or the like to not interrupt the sequence. Flagging in this sense keeps the default behavior from interfering with what most expect but allows for the ability to adjust it if desired.
Describe alternatives you've considered
Spacing out in Markdown doesn't work, rewriting in this case doesn't work with the format.
Additional context
