Ordered List with Start Number
I would like to request a function to list numbered order.
In commonmark has a spec about Start Number List order.

something like this

I try this in my tui.editor but it's not working

in preview

it would be nice to have this feature suggested by CommonMark Spec
@oraculum Sorry for late replying. The cause of this problem is that we use the pseudo element to style list numbers. I'll think about how to improve this issue. Thank you for the report!
Rendering a list that starts with a bigger number than 1 results in "1." being shown regardless. Why are you using pseudo elements in the first place? Removing the corresponding styles and resetting the ol's list-style-type seems to work fine at first glance. This should also be classified as a critical bug as it actually changes the content.