Conversation
`itemization-ordered` makes it possible to start an ordered itemization at an arbitrary number. This style property is supported in all backends. Also implement ordered itemization for the Markdown and text backends (previously, all itemizations are considered unordered).
d63de47 to
e2d2137
Compare
There was a problem hiding this comment.
Resyntax analyzed 5 files in this pull request and found no issues.
|
Which one is better?
I don't like 1) since it has an illegal representation, but 2) also seems bad. E.g., what if I have a Is there better solutions? |
|
The scenario you describe seems like it should be an error. |
|
OK, so it sounds like @samth favors (1) but with a check (and I agree). If I use Note that Scribble generally has no check for anything like this at all. For example: currently works fine, even though the invalid style name should cause an error. I don't know if they are allowed for forward compatibility or any other reasons. |
itemization-orderedmakes it possible to start an ordered itemization at an arbitrary number. This style property is supported in all backends.Also implement ordered itemization for the Markdown and text backends (previously, all itemizations are considered unordered).