macdown icon indicating copy to clipboard operation
macdown copied to clipboard

Wrong ordered list index in specific situation

Open qbx2 opened this issue 7 years ago • 3 comments

2017-12-27 1 28 20

The second should start with 2. b as follow:

  1. a

asdf

  1. b

qbx2 avatar Dec 26 '17 16:12 qbx2

Thanks for reporting. Related specification: start number. Miminal example:

2. second item

Expected preview:

  1. second item

FranklinYu avatar Dec 26 '17 18:12 FranklinYu

Thanks for the nice minimal example.

qbx2 avatar Dec 26 '17 20:12 qbx2

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

sglessard avatar Feb 11 '23 17:02 sglessard