David Anson
David Anson
I don't think the CommonMark specification (or GFM extensions) offers a way to do that.
There are many things that can be done in HTML that cannot be done in Markdown. If you want to do many of them, you can disable this rule. If...
The rule exists to block HTML and keep Markdown content pure - for people who want that. The specific scenario raised above does not seem to be more special than...
The existing mode "ordered" allows lists that increment from 0 or 1 - it seems like this is the behavior you are asking for?
What's the motivation behind something like `zero_or_one` as show above? I feel like a person/project may prefer 0s or they may prefer 1s, but they can't prefer both. (In cases...
Maybe you can give an example of a list you would start at 0 instead of 1?
The "start with 0" scenario doesn't feel compelling to me. Any list meant for people should probably start at 1. For something like an array, a Markdown list starting at...
The more permissive a rule becomes, the less value it has for enforcing consistency. I don't claim the current implementation is a perfect balance, but there have been very few...
I’ve looked into a suggestion like this previously and it did not seem to me that editorconfig was intended for - or was particularly welcoming to - this kind of...
In the case of settings that overlap, I understand wanting to specify them just once in a common location. However, per my comments in the linked issue, I don't see...