aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers
AgeCommit message (Expand)AuthorFilesLines
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-11-18RST reader: handle class attribute for for custom roles (#7700)willj-dev1-0/+9
2021-10-22Org reader: allow an initial :PROPERTIES: drawer to add to metadata.John MacFarlane1-1/+1
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-10Avoid blockquote when parent style has more indentMilan Bracke1-0/+4
2021-08-15Multimarkdown sub- and superscripts (#5512) (#7188)OCzarnecki1-0/+48
2021-08-10Tests.Helpers: export testGolden and use it in RTF reader.John MacFarlane1-12/+5
2021-08-10Add test for #7488.John MacFarlane1-0/+1
2021-08-10Add RTF reader.John MacFarlane2-1/+49
2021-07-06Recognize data-external when reading HTML img tags (#7429)Michael Hoffmann1-0/+6
2021-05-29Reduce size of cover image in test epub.John MacFarlane1-1/+1
2021-05-28Docx reader: Support new table features.Emily Bourke1-0/+16
2021-05-25Jira: add support for "smart" linksAlbert Krewinkel1-0/+8
2021-05-24MediaBag improvements.John MacFarlane1-5/+5
2021-05-17HTML writer: keep attributes from code nested below pre tag.Albert Krewinkel1-0/+11
2021-05-15HTML writer: parse `<header>` as a DivAlbert Krewinkel1-5/+9
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-2/+2
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot1-0/+4
2021-04-28Smarter smart quotes.John MacFarlane1-1/+1
2021-03-31Treat tabs as spaces in ODT Reader. (#7185)niszet1-0/+1
2021-03-13Jira reader: mark divs created from panels with class "panel".Albert Krewinkel1-0/+6
2021-02-28Remove superfluous imports.John MacFarlane1-2/+0
2021-02-28T.P.Readers.LaTeX: Don't export tokenize, untokenize.John MacFarlane1-16/+1
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane1-1/+1
2021-02-18Org reader: fix bug in org-ref citation parsing.Albert Krewinkel1-0/+40
2021-02-13Org: support task_lists extensionAlbert Krewinkel1-0/+13
2021-02-12Jira: require jira-wiki-markup 1.3.3Albert Krewinkel1-0/+7
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane1-0/+1
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel28-54/+0
2021-01-16Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"John MacFarlane1-30/+0
2021-01-16Markdown reader: support GitHub wiki's internal links (#2923) (#6458)Gautier DI FOLCO1-0/+30
2021-01-09Org reader: allow multiple pipe chars in todo sequencesAlbert Krewinkel1-0/+10
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel24-24/+24
2021-01-03Org reader: mark verbatim code with class "verbatim". (#6998)Dimitri Sabadie1-2/+2
2021-01-01Org reader: restructure output of captioned code blocksAlbert Krewinkel1-3/+3
2020-12-05Org reader: preserve targets of spurious linksAlbert Krewinkel1-2/+4
2020-11-24HTML reader tests: disable round-trip testing for tablesAlbert Krewinkel1-11/+3
2020-11-22Org reader: parse `#+LANGUAGE` into `lang` metadata fieldAlbert Krewinkel1-0/+4
2020-11-18Replace org #+KEYWORDS with #+keywordsTEC7-92/+92
2020-10-14Fix remaining typos in testsAlbert Krewinkel1-1/+1
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro1-0/+4
2020-09-21Markdown reader: Set citationNoteNum accurately in citations.John MacFarlane1-4/+4
2020-09-15LaTeX reader: fix improper empty cell filtering (#6689)Christian Despres1-6/+26
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres6-6/+6
2020-08-15[Latex Reader] Fixing issues with \multirow and \multicolumn table cells (#6608)Laurent P. René de Cotret1-4/+13
2020-08-07[Latex Reader] Table cell parser not consuming spaces correctly (#6597)Laurent P. René de Cotret1-0/+7
2020-07-23Col-span and row-span in LaTeX reader (#6470)Laurent P. René de Cotret1-3/+55