aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)Author
2024-12-05Add mdoc readerEvan Silberman
2024-10-15RST reader: avoid putting metadata in Para.John MacFarlane
2024-10-01RST writer: change bullet list hang from 3 to 2.John MacFarlane
2024-09-21DokuWiki reader: fix block quote behavior.John MacFarlane
2024-09-09Tests.Readers.Markdown: avoid use of 'head'.John MacFarlane
2024-09-09Tests: use 'drop 1' instead of partial function 'tail'.John MacFarlane
2024-09-09Avoid use of 'head' in Tests.Shared.John MacFarlane
2024-09-03Add ansi writer tests.John MacFarlane
2024-09-03HTML reader: only parse main element's contents (if present).John MacFarlane
2024-07-27Docx writer: fix regression with nested lists.John MacFarlane
2024-07-08Harmonize maintainer email addresses in module headers.Albert Krewinkel
2024-06-23LaTeX writer: new method for ensuring images don't overflow.John MacFarlane
2024-06-04Docx reader: support task lists.John MacFarlane
2024-06-04Docx writer: better formatting for task lists.John MacFarlane
2024-04-25Update copyright dates to 2024.John MacFarlane
2024-04-23Markdown writer: don't use `raw_attribute` syntax for raw...John MacFarlane
2024-04-18Docx reader: fix anchor in header after anchor (#9626)mbracke
2024-04-15Command tests: include regular PATH...John MacFarlane
2024-04-10Markdown reader: auto-close unclosed divs.John MacFarlane
2024-03-20Typst writer: support Typst 0.11 table features. (#9593)John MacFarlane
2024-03-19Change lhs tests so they don't use `--standalone`.John MacFarlane
2024-02-13Add djot reader and writer.djotJohn MacFarlane
2024-02-13Markdown reader: fix wikilinks extension to allow newlines in titles.John MacFarlane
2024-01-27Regenerate epub tests with latest changes to EPUB reader.John MacFarlane
2024-01-16Add readMan to Text.Pandoc.Readers exportsGeorge Stagg
2023-12-18test(docx): also compare number of childrenEdwin Török
2023-12-10LaTeX writer: fix bug with big footnotes inside emphasis (#9168)Hikaru Ibayashi
2023-11-29Docx reader: unwrap content of shaped textboxes...Stephan Meijer
2023-11-06ODT reader: Support attr `text:continue-numbering` (#8998)Stephan Meijer
2023-10-22DokuWiki reader: parse `<code>` and `<file>` as block-level code.John MacFarlane
2023-10-17JATS reader: fix handling of alt-text (#9134)Julia Diaz
2023-08-26Org reader: allow escaping commas in macro argumentsAmneesh Singh
2023-08-19LaTeX writer: improve internal links and targets.John MacFarlane
2023-08-10Fix display of block elements in JATS reader (PR #8971)Julia Diaz
2023-07-20Fix new variant of the vulnerability in CVE-2023-35936.John MacFarlane
2023-07-18JATS writer: don't use `<code>` for inline code.John MacFarlane
2023-07-06Add typst reader tests.John MacFarlane
2023-07-05Fix asciidoc testsJohn MacFarlane
2023-07-05Make modern AsciiDoc the target for `asciidoc`.John MacFarlane
2023-06-23Improve tests for fillMediaBag/extractMedia.John MacFarlane
2023-06-23Add tests for fillMediaBag/extractMedia.John MacFarlane
2023-06-22Retain image query parameters in dokuwiki reader (#8887)ech0
2023-05-09Rename test/docx/block_quotes_parse_indent.native for consistencyStephan Meijer
2023-04-05Org reader: treat `#+NAME` as synonym for `#+LABEL`.Albert Krewinkel
2023-03-25Add typst writer.John MacFarlane
2023-03-22Org reader: Allow zero width space as an escape characterChristian Christiansen
2023-03-14HTML writer footnotes changes:John MacFarlane
2023-02-18JATS writer: include alt-text in `<graphic>`, `<inline-graphic>` elementsAlbert Krewinkel
2023-01-29ODT reader: fix blockquote indent detectionDaniel Kessler
2023-01-15Markdown, CommonMark: add support for wiki links. [API change]Albert Krewinkel