MD029 Allow repeating zero's
See original GitHub issueParameters: style (“one”, “ordered”; default “one”)
In addition to “one” and “ordered” may we also have a “zero” option? In my personal opinion, using a zero is a better hint to the author and/or reader that using the 0/0/0
pattern is intentional (in anticipation of parsers that auto-number) and I’ve written many docs as such.
A different implementation might be to support any repeating number (n/n/n
) with a consistent
option but I can’t imagine a scenario someone wanting to use a different number than zero or one.
Thoughts? Too edge-case?
This example is the closest reference I could find in the commonmark spec.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Tips on formatting Markdown lists - Julio Merino (jmmv.dev)
Let's look at a couple of tips to ensure that any list you write will ... I find myself repeating these tips and...
Read more >Maryland MDOT Driver and Vehicle Records Point-to-Point ...
This code represents the business reason why you are allowed to retrieve the requested driver or vehicle record. You must supply a DPPA...
Read more >Python list with zeros and numbers repeating - Stack Overflow
My intent is to generate a generic empty list and then to append it with a numeric sequence such that it gives zeros...
Read more >Untitled
Iniciando uma vila do 0! ... Kirigami origami, Altitud del volcan pico de quinceo, Swagman lamborghini, Css multiple background images repeat, Big game...
Read more >FR-2020-06-15.xml - GovInfo
(5) For all affected propellers, repeat the inspection required by ... This season announcement for South Atlantic red snapper allows ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should be in the next round of updates!
Ah yes, good point, I wasn’t looking at the linter in the right way there, but I totally see what you mean. I’d still love to see zeroes as a common special case though. 😃