summaryrefslogtreecommitdiff
path: root/test/Tests/Readers
AgeCommit message (Expand)Author
2024-02-13Markdown reader: fix wikilinks extension to allow newlines in titles.John MacFarlane
2024-01-16Add readMan to Text.Pandoc.Readers exportsGeorge Stagg
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-10Fix display of block elements in JATS reader (PR #8971)Julia Diaz
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-22Org reader: Allow zero width space as an escape characterChristian Christiansen
2023-01-29ODT reader: fix blockquote indent detectionDaniel Kessler
2023-01-15Markdown, CommonMark: add support for wiki links. [API change]Albert Krewinkel
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-24Rename T.P.Readers.Odt -> T.P.Readers.ODT.John MacFarlane
2022-10-10Org reader: make #+pandoc-emphasis-pre work as expected. (#8360)Amir Dekel
2022-09-28HTML Reader: Tests for 'tt' and 'code' elements (#8330).Justin Wood
2022-09-27Fix small whitespace things.John MacFarlane
2022-08-21Fix typosluz paz
2022-07-28DokuWiki reader: support latex plugin and math.John MacFarlane
2022-07-03Remove Muse reader round-trip tests.John MacFarlane
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-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-11Add DokuWiki table alignment for #5202 (#7908)damon-sava-stanley
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-09Org reader: support alphabetical (fancy) listsLucas Viana
2022-01-06Org reader: support counter cookies in listsLucas Viana
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-14Org reader: parse official org-cite citations.John MacFarlane
2021-12-14Org reader: remove support for "Berkeley style" citations.John MacFarlane
2021-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev
2021-10-22Org reader: allow an initial :PROPERTIES: drawer to add to metadata.John MacFarlane
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-10Avoid blockquote when parent style has more indentMilan Bracke
2021-08-15Multimarkdown sub- and superscripts (#5512) (#7188)OCzarnecki
2021-08-10Tests.Helpers: export testGolden and use it in RTF reader.John MacFarlane
2021-08-10Add test for #7488.John MacFarlane
2021-08-10Add RTF reader.John MacFarlane
2021-07-06Recognize data-external when reading HTML img tags (#7429)Michael Hoffmann