aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)Author
2021-05-28Docx reader: Support new table features.Emily Bourke
2021-05-28Docx reader: Read table column widths.Emily Bourke
2021-05-26Command tests: fail if a file contains no tests.John MacFarlane
2021-05-25Jira: add support for "smart" linksAlbert Krewinkel
2021-05-24MediaBag improvements.John MacFarlane
2021-05-24Jira writer: use `{color}` when span has a color attributeAlbert Krewinkel
2021-05-17HTML writer: keep attributes from code nested below pre tag.Albert Krewinkel
2021-05-17HTML writer: ensure headings only have valid attribs in HTML4Albert Krewinkel
2021-05-17ConTeXt writer: use span identifiers as reference anchors.Albert Krewinkel
2021-05-17ConTeXt writer tests: keep code lines below 80 chars.Albert Krewinkel
2021-05-15HTML writer: parse `<header>` as a DivAlbert Krewinkel
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot
2021-04-28Smarter smart quotes.John MacFarlane
2021-04-28JATS writer: use either styled-content or named-content for spans.Albert Krewinkel
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel
2021-03-31Treat tabs as spaces in ODT Reader. (#7185)niszet
2021-03-20Include Header.Attr.attributes as XML attributes on sectionErik Rask
2021-03-19Tests: Use getExecutablePath from base...John MacFarlane
2021-03-19Tests: factor out setupEnvironment in Test.Helpers.John MacFarlane
2021-03-19Fix finding of data files from test programs.John MacFarlane
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