pandoc/test/Tests/Writers
Emily Bourke 8af15ab345 pptx: Fix list level numbering
In PowerPoint, the content of a top-level list is at the same level as
the content of a top-level paragraph – the only difference is that a
list style has been applied.

At the moment, the pptx writer increments the paragraph level on each
list, turning what should be top-level lists into second-level lists.

This commit changes that logic, only incrementing the paragraph level on
continuation paragraphs of lists.

- Fixes https://github.com/jgm/pandoc/issues/4828
- Fixes https://github.com/jgm/pandoc/issues/4663
2021-10-17 17:24:30 -07: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 Make docx writer sensitive to native_numbering extension. 2021-08-15 15:05:54 -07:00
FB2.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
HTML.hs Support --reference-location for HTML output (#7461) 2021-09-10 09:30:05 -07:00
JATS.hs JATS writer: use either styled-content or named-content for spans. 2021-04-28 22:21:34 +02: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
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: support task_lists extension 2021-02-13 13:00:37 -08:00
Plain.hs Avoid unnecessary use of NoImplicitPrelude pragma (#7089) 2021-02-07 10:02:35 -08:00
Powerpoint.hs pptx: Fix list level numbering 2021-10-17 17:24:30 -07: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