Files
pandoc/test/docx/lists_9994.native
John MacFarlane 6c43c03398 Docx writer: fix regression with nested lists.
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.
2024-07-27 21:01:00 -07:00

9 lines
164 B
Plaintext

[ OrderedList
( 1 , Decimal , Period )
[ [ Plain [ Str "one" ]
, BulletList [ [ Plain [ Str "bul" ] ] ]
]
, [ Plain [ Str "two" ] ]
]
]