Ordered list start
support broke in #3541 / v2.0.0-beta.220
#3831
Labels
Type: Bug
The issue or pullrequest is related to a bug
What’s the bug you are facing?
Typing a number > 1 (e.g. 2) followed by
.
no longer creates an<ol start="…">
.For example, typing…
…no longer outputs…
This can be seen here in GitHub with the same input quoted below:
Which browser was this experienced in? Are any special extensions installed?
All browsers
How can we reproduce the bug on our side?
Use the text shortcut to create an ordered list with a number > 1 in an editor running v2.0.0-beta.220.
👀
This worked in v2.0.0-beta.219 prior to #3541 being merged.
Can you provide a CodeSandbox?
No response
What did you expect to happen?
The resulting ordered list is numbered as typed. Typing
2. two
should generate<ol start="2"><li>two</li></ol>
.Anything to add? (optional)
I’m fairly certain this change is the cause:
Did you update your dependencies?
Are you sponsoring us?
The text was updated successfully, but these errors were encountered: