aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)Author
2022-08-22Org writer: keep code block attributes as header args.Albert Krewinkel
2022-08-22Org writer: add code block identifier as `#+name` to src blocks.Albert Krewinkel
2022-08-21Fix typosluz paz
2022-07-28DokuWiki reader: support latex plugin and math.John MacFarlane
2022-07-16RST writer: Fix missing spaces with nested inlines.John MacFarlane
2022-07-03Remove Muse reader round-trip tests.John MacFarlane
2022-06-21ConTeXt writer: support complex table structures. (#8116)Albert Krewinkel
2022-06-06ConTeXt writer: use "sectionlevel" environment for headings (#8106)Albert Krewinkel
2022-06-06Muse tests: do no try to roundtrip strings containing \DEL charAlbert Krewinkel
2022-05-02Org reader: allow attrs for Org tables. (#8049)Brian Leung
2022-03-08Add tests for idempotency of makeSections.John MacFarlane
2022-02-23Tests: improve location reporting of failing testsAlbert Krewinkel
2022-02-22Fix typos (#7934)Dimitris Apostolou
2022-02-21Org reader: More flexible LaTeX environmentsLucas V. R
2022-02-11Put id attributes on TOC entries #7907 (#7913)damon-sava-stanley
2022-02-11Add DokuWiki table alignment for #5202 (#7908)damon-sava-stanley
2022-02-06Docbook writer: Interpret links without contents as cross-references (#7360)Jan Tojnar
2022-02-04Add endnotexml reader test.John MacFarlane
2022-02-04Add mendeley citation tests.John MacFarlane
2022-02-03Add zoreto test with +citations.John MacFarlane
2022-02-03Add zotero citation test with docx-citations.John MacFarlane
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