mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
6c43c03398
Closes #9994. The bug affects e.g. ordered lists with bullet
sublists; after the sublist the top-level list reverts to bullets
instead of being properly numbered.
This regression was introduced in version 3.2.1 and was caused by
commit f5531f1.
9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
[ OrderedList
|
|
( 1 , Decimal , Period )
|
|
[ [ Plain [ Str "one" ]
|
|
, BulletList [ [ Plain [ Str "bul" ] ] ]
|
|
]
|
|
, [ Plain [ Str "two" ] ]
|
|
]
|
|
]
|