pandoc/test/Tests/Writers
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
..
AnnotatedTable.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
AsciiDoc.hs asciidoc writer: translate numberLines attribute to linesnum switch 2021-10-14 13:41:12 -07:00
ConTeXt.hs ConTeXt writer: use span identifiers as reference anchors. 2021-05-17 13:14:32 +02:00
Docbook.hs DocBook writer: Remove non-existent admonitions 2021-06-05 08:02:21 -06:00
Docx.hs Docx writer: Handle bullets correctly in lists by not reusing numIds (#7822) 2022-01-11 15:48:41 -08:00
FB2.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
HTML.hs HTML writer: make line breaks more consistent. 2021-12-22 09:45:02 -08:00
JATS.hs JATS writer: ensure figures are wrapped with <p> in list items. 2021-11-12 13:29:08 +01:00
Jira.hs Jira: add support for "smart" links 2021-05-25 16:54:42 +02:00
LaTeX.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
Markdown.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
Markua.hs Add a writer for Markua 0.10 (#7729) 2021-12-19 12:10:41 -08:00
Ms.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
Muse.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
Native.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
OOXML.hs OOXML tests: use pretty-printed form to display diffs. 2021-10-04 12:12:16 -07:00
Org.hs Org writer: support starting number cookies 2022-01-07 10:48:28 -08:00
Plain.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
Powerpoint.hs Powerpoint tests: shorten lines by grouping tests 2021-12-10 18:25:28 +01:00
RST.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
TEI.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00