aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)Author
2022-01-29Use `[x]` not `[X]` for asciidoctor checklists.John MacFarlane
2022-01-21Fix compiler warnings.John MacFarlane
2022-01-21Update command tests to distinguish stderr and test exit status.John MacFarlane
2022-01-18Docx writer: Separate tables even with RawBlocks between (#7844)Michael Hoffmann
2022-01-16Support checklists in asciidoctor writer (#7832)Nikolai Korobeinikov
2022-01-11Docx writer: Handle bullets correctly in lists by not reusing numIds (#7822)Michael Hoffmann
2022-01-09Org reader: support alphabetical (fancy) listsLucas Viana
2022-01-07Org writer: support starting number cookiesLucas Viana
2022-01-06Org reader: support counter cookies in listsLucas Viana
2022-01-04Lua: add `pandoc.template` moduleAlbert Krewinkel
2022-01-04Lua: add `pandoc.WriterOptions` constructorAlbert Krewinkel
2022-01-02Odt: Add list-headerTuong Nguyen Manh
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2022-01-01Org reader: allow trailing spaces after key/value pairs in directivesAlbert Krewinkel
2021-12-22HTML writer: make line breaks more consistent.John MacFarlane
2021-12-20Lua: use more natural representation for Reference valuesAlbert Krewinkel
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen
2021-12-14Org reader: parse official org-cite citations.John MacFarlane
2021-12-14Org reader: remove support for "Berkeley style" citations.John MacFarlane
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung
2021-12-10Lua tests: remove roundtrip testsAlbert Krewinkel
2021-12-10Powerpoint tests: shorten lines by grouping testsAlbert Krewinkel
2021-12-09ipynb writer: handle cell output with raw block of markdown (#7563)Kolen Cheung
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel
2021-11-19Lua tests: reset path and cpath when testing 'require' fallback.John MacFarlane
2021-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev
2021-11-17Lua: set `lpeg`, `re` as globals; allow shared lib access via requireAlbert Krewinkel
2021-11-12JATS writer: ensure figures are wrapped with `<p>` in list items.Albert Krewinkel
2021-11-11Writers.Shared: Improve toLegacyTable.Christian Despres
2021-11-08Lua: ensure that 're' module is always available.Albert Krewinkel
2021-10-22Org reader: allow an initial :PROPERTIES: drawer to add to metadata.John MacFarlane
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel
2021-10-22Switch to hslua-2.0Albert Krewinkel
2021-10-18Docx reader: fix handling of empty fieldsMilan Bracke
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke
2021-10-17pptx: Fix list level numberingEmily Bourke
2021-10-14asciidoc writer: translate numberLines attribute to linesnum switchSamuel Tardieu
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke
2021-10-07pptx: Remove excessive layout testsEmily Bourke
2021-10-04OOXML tests: use pretty-printed form to display diffs.John MacFarlane
2021-10-02Fix compareXML helper in Tests.Writers.OOXML.John MacFarlane
2021-09-21Use pretty-simple to format native output.John MacFarlane
2021-09-21Command tests: raise error if command doesn't begin with `%`.John MacFarlane
2021-09-18pptx: Support footers in the reference docEmily Bourke
2021-09-16pptx: Support specifying slide background imagesEmily Bourke
2021-09-15pptx: Add support for incremental listsEmily Bourke
2021-09-13pptx: Fix logic for choosing Comparison layoutEmily Bourke
2021-09-10Support `--reference-location` for HTML output (#7461)Francesco Mazzoli