macdown
macdown copied to clipboard
Wrong ordered list index in specific situation
The second should start with 2. b as follow:
- a
asdf
- b
Thanks for reporting. Related specification: start number. Miminal example:
2. second item
Expected preview:
- second item
Thanks for the nice minimal example.
Hello,
Any news on this?
<!-- OK -->
1. a
dfdf
2. b
<!-- NOT OK -->
1. a
dfdf
2. b
Should work according to this example Thanks