aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)Author
2021-03-13Jira reader: mark divs created from panels with class "panel".Albert Krewinkel
2021-03-13Jira writer: improve div/panel handlingAlbert Krewinkel
2021-03-08Jira writer: use noformat instead of code for unknown languages.Albert Krewinkel
2021-03-01Jira writer: use Span identifiers as anchorsAlbert Krewinkel
2021-02-28Remove superfluous imports.John MacFarlane
2021-02-28T.P.Readers.LaTeX: Don't export tokenize, untokenize.John MacFarlane
2021-02-22tests: print accurate location if a test failsAlbert Krewinkel
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane
2021-02-18Org reader: fix bug in org-ref citation parsing.Albert Krewinkel
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane
2021-02-13Org: support task_lists extensionAlbert Krewinkel
2021-02-12Jira: require jira-wiki-markup 1.3.3Albert Krewinkel
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel
2021-02-02Fixed some compiler warnings in tests.John MacFarlane
2021-02-02Lua: add module "pandoc.path"Albert Krewinkel
2021-02-02Test suite: a more robust way of testing the executable.John MacFarlane
2021-01-16Revert "Markdown reader: support GitHub wiki's internal links (#2923) (#6458)"John MacFarlane
2021-01-16Markdown reader: support GitHub wiki's internal links (#2923) (#6458)Gautier DI FOLCO
2021-01-09Org reader: allow multiple pipe chars in todo sequencesAlbert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2021-01-03Org reader: mark verbatim code with class "verbatim". (#6998)Dimitri Sabadie
2021-01-01Org reader: restructure output of captioned code blocksAlbert Krewinkel
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel
2020-12-13Docx writer: keep raw openxml strings verbatim.Albert Krewinkel
2020-12-07Merge pull request #6922 from jtojnar/db-writer-admonitionsJohn MacFarlane
2020-12-07Docbook writer: Handle admonition titles from Markdown readerJan Tojnar
2020-12-07Docbook writer: handle admonitionsJan Tojnar
2020-12-05Org reader: preserve targets of spurious linksAlbert Krewinkel
2020-11-24HTML reader tests: disable round-trip testing for tablesAlbert Krewinkel
2020-11-22Org reader: parse `#+LANGUAGE` into `lang` metadata fieldAlbert Krewinkel
2020-11-19JATS writer: support advanced table featuresAlbert Krewinkel
2020-11-18Replace org #+KEYWORDS with #+keywordsTEC
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero
2020-10-14Fix remaining typos in testsAlbert Krewinkel
2020-10-07Use golden test framework for command tests.John MacFarlane
2020-10-06DOCX reader: Allow empty dates in comments and tracked changes (#6726)Diego Balseiro
2020-10-02Docx writer: better handle list items whose contents are lists (#6522)Michael Hoffmann
2020-09-21Markdown reader: Set citationNoteNum accurately in citations.John MacFarlane
2020-09-15LaTeX reader: fix improper empty cell filtering (#6689)Christian Despres
2020-09-13HTML writer: support intermediate table headersAlbert Krewinkel
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-09-12HTML writer: render table footers if presentAlbert Krewinkel
2020-09-12[API change] Rename Writers.Tables and its contents (#6679)Christian Despres
2020-09-10Support colspans and rowspans in HTML tables (#6644)Albert Krewinkel
2020-09-05Add Writers.Tables helper functions and types, add tests for those (#6655)Christian Despres
2020-08-15[Latex Reader] Fixing issues with \multirow and \multicolumn table cells (#6608)Laurent P. René de Cotret
2020-08-07[Latex Reader] Table cell parser not consuming spaces correctly (#6597)Laurent P. René de Cotret
2020-07-23Col-span and row-span in LaTeX reader (#6470)Laurent P. René de Cotret
2020-07-08Escape starting periods in ms writer code blocksMichael Hoffmann