aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)AuthorFilesLines
2021-12-22HTML writer: make line breaks more consistent.John MacFarlane1-15/+58
2021-12-20Lua: use more natural representation for Reference valuesAlbert Krewinkel1-1/+1
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen2-0/+41
2021-12-14Org reader: parse official org-cite citations.John MacFarlane1-5/+35
2021-12-14Org reader: remove support for "Berkeley style" citations.John MacFarlane1-47/+0
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung1-0/+2
2021-12-10Lua tests: remove roundtrip testsAlbert Krewinkel1-31/+4
2021-12-10Powerpoint tests: shorten lines by grouping testsAlbert Krewinkel1-189/+186
2021-12-09ipynb writer: handle cell output with raw block of markdown (#7563)Kolen Cheung1-0/+6
2021-11-27Lua: use package pandoc-lua-marshal (#7719)Albert Krewinkel1-2/+1
2021-11-19Lua tests: reset path and cpath when testing 'require' fallback.John MacFarlane1-2/+4
2021-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev1-0/+9
2021-11-17Lua: set `lpeg`, `re` as globals; allow shared lib access via requireAlbert Krewinkel1-7/+17
2021-11-12JATS writer: ensure figures are wrapped with `<p>` in list items.Albert Krewinkel1-15/+33
2021-11-11Writers.Shared: Improve toLegacyTable.Christian Despres1-0/+16
2021-11-08Lua: ensure that 're' module is always available.Albert Krewinkel1-1/+9
2021-10-22Org reader: allow an initial :PROPERTIES: drawer to add to metadata.John MacFarlane1-1/+1
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel1-1/+1
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel1-1/+1
2021-10-22Switch to hslua-2.0Albert Krewinkel1-26/+37
2021-10-18Docx reader: fix handling of empty fieldsMilan Bracke1-0/+4
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke1-0/+4
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke1-0/+4
2021-10-17pptx: Fix list level numberingEmily Bourke1-0/+4
2021-10-14asciidoc writer: translate numberLines attribute to linesnum switchSamuel Tardieu1-0/+16
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke1-0/+4
2021-10-07pptx: Remove excessive layout testsEmily Bourke1-20/+15
2021-10-04OOXML tests: use pretty-printed form to display diffs.John MacFarlane1-3/+3
2021-10-02Fix compareXML helper in Tests.Writers.OOXML.John MacFarlane1-6/+6
2021-09-21Use pretty-simple to format native output.John MacFarlane1-3/+3
2021-09-21Command tests: raise error if command doesn't begin with `%`.John MacFarlane1-5/+7
2021-09-18pptx: Support footers in the reference docEmily Bourke1-184/+213
2021-09-16pptx: Support specifying slide background imagesEmily Bourke1-0/+4
2021-09-15pptx: Add support for incremental listsEmily Bourke1-0/+8
2021-09-13pptx: Fix logic for choosing Comparison layoutEmily Bourke1-2/+6
2021-09-10Support `--reference-location` for HTML output (#7461)Francesco Mazzoli1-1/+74
2021-09-01pptx: Add support for more layoutsEmily Bourke1-2/+59
2021-09-01pptx: Restructure testsEmily Bourke1-57/+57
2021-08-27pptx: Make first heading title if slide level is 0Emily Bourke1-0/+25
2021-08-17OOXML tests: silence warnings.John MacFarlane1-0/+1
2021-08-17pptx: Select layouts from reference doc by nameEmily Bourke1-7/+24
2021-08-17Don’t compare cdLine in OOXML golden testsEmily Bourke1-1/+0
2021-08-17Provide more detailed XML diff in testsEmily Bourke1-21/+51
2021-08-15Multimarkdown sub- and superscripts (#5512) (#7188)OCzarnecki1-0/+48
2021-08-15Make docx writer sensitive to `native_numbering` extension.John MacFarlane1-1/+2
2021-08-10Tests.Helpers: export testGolden and use it in RTF reader.John MacFarlane2-13/+27
2021-08-10Add test for #7488.John MacFarlane1-0/+1
2021-08-10Add RTF reader.John MacFarlane4-4/+55
2021-07-06Recognize data-external when reading HTML img tags (#7429)Michael Hoffmann1-0/+6
2021-06-29Docx writer: Add table numbering for captioned tables.John MacFarlane1-1/+3