aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)AuthorFilesLines
2021-06-05DocBook writer: Remove non-existent admonitionsJan Tojnar1-6/+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-28Docx reader: Read table column widths.Emily Bourke1-0/+5
2021-05-26Command tests: fail if a file contains no tests.John MacFarlane1-1/+4
2021-05-25Jira: add support for "smart" linksAlbert Krewinkel2-0/+16
2021-05-24MediaBag improvements.John MacFarlane1-5/+5
2021-05-24Jira writer: use `{color}` when span has a color attributeAlbert Krewinkel1-0/+4
2021-05-17HTML writer: keep attributes from code nested below pre tag.Albert Krewinkel1-0/+11
2021-05-17HTML writer: ensure headings only have valid attribs in HTML4Albert Krewinkel1-52/+57
2021-05-17ConTeXt writer: use span identifiers as reference anchors.Albert Krewinkel1-0/+3
2021-05-17ConTeXt writer tests: keep code lines below 80 chars.Albert Krewinkel1-113/+119
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-04-28JATS writer: use either styled-content or named-content for spans.Albert Krewinkel1-5/+9
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel1-0/+15
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel1-90/+115
2021-03-31Treat tabs as spaces in ODT Reader. (#7185)niszet1-0/+1
2021-03-20Include Header.Attr.attributes as XML attributes on sectionErik Rask1-0/+37
2021-03-19Tests: Use getExecutablePath from base...John MacFarlane2-2/+2
2021-03-19Tests: factor out setupEnvironment in Test.Helpers.John MacFarlane3-25/+26
2021-03-19Fix finding of data files from test programs.John MacFarlane2-2/+5
2021-03-13Jira reader: mark divs created from panels with class "panel".Albert Krewinkel1-0/+6
2021-03-13Jira writer: improve div/panel handlingAlbert Krewinkel1-0/+30
2021-03-08Jira writer: use noformat instead of code for unknown languages.Albert Krewinkel1-0/+10
2021-03-01Jira writer: use Span identifiers as anchorsAlbert Krewinkel1-1/+8
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-22tests: print accurate location if a test failsAlbert Krewinkel1-1/+1
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane3-4/+5
2021-02-18Org reader: fix bug in org-ref citation parsing.Albert Krewinkel1-0/+40
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-1/+2
2021-02-13Org: support task_lists extensionAlbert Krewinkel2-11/+59
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 Krewinkel52-100/+0
2021-02-02Fixed some compiler warnings in tests.John MacFarlane3-14/+3
2021-02-02Lua: add module "pandoc.path"Albert Krewinkel1-0/+2
2021-02-02Test suite: a more robust way of testing the executable.John MacFarlane3-66/+45
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 Krewinkel30-30/+30
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-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel1-1/+1
2020-12-13Docx writer: keep raw openxml strings verbatim.Albert Krewinkel1-0/+10
2020-12-07Merge pull request #6922 from jtojnar/db-writer-admonitionsJohn MacFarlane1-0/+66