pandoc/test/Tests
Michael Hoffmann 5001fd3f4d
Docx writer: Handle bullets correctly in lists by not reusing numIds (#7822)
Make sure that we only create one bullet per list item in docx.  In
particular, when a div is a list item, its contained paragraphs will
now no longer wrongly get individual bullets.

This is accomplished by making sure that for each list, we only use
the associated numId once.  Any repeated use would add incorrect
bullets to the document.

Closes #7689
2022-01-11 15:48:41 -08:00
..
Lua Lua: add pandoc.template module 2022-01-04 11:55:59 -08:00
Readers Org reader: support alphabetical (fancy) lists 2022-01-09 09:39:27 -08:00
Writers Docx writer: Handle bullets correctly in lists by not reusing numIds (#7822) 2022-01-11 15:48:41 -08:00
Command.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
Helpers.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
Lua.hs Lua: add pandoc.WriterOptions constructor 2022-01-04 11:55:59 -08:00
Old.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00
Shared.hs Copyright notices: update for 2022 2022-01-02 11:59:22 -08:00