aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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-26Update tests for changes to https URLs.John MacFarlane6-6/+6
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B1-1/+1
2021-02-22T.P.CSV: fix parsing of unquoted values.John MacFarlane1-0/+15
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-18Revert "LaTeX template: disable `` ?` `` and `` !` `` ligatures."John MacFarlane4-4/+0
2021-02-18LaTeX template: disable `` ?` `` and `` !` `` ligatures.John MacFarlane4-0/+4
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 MacFarlane76-1/+2
2021-02-15JATS writer: add date-type to pub-date elementsAlbert Krewinkel2-2/+2
2021-02-15JATS writer: replace attribute "pub-type" with "publication-format".Albert Krewinkel2-2/+2
2021-02-13HTML reader: fix bad handling of empty src attribute in iframe.John MacFarlane1-2/+12
2021-02-13T.P.Error: export `renderError`.John MacFarlane1-0/+8
2021-02-13Org: support task_lists extensionAlbert Krewinkel2-11/+59
2021-02-12Fix command test 5686John MacFarlane1-1/+1
2021-02-12Add command test for #7092John MacFarlane1-0/+8
2021-02-12Jira: require jira-wiki-markup 1.3.3Albert Krewinkel1-0/+7
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane80-4/+11
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel53-102/+0
2021-02-06Markdown reader: improved handling of mmd link attributes in references.John MacFarlane1-0/+8
2021-02-03LaTeX template: Update to iftex package (#7073)Andrew Dunning4-15/+15
2021-02-02Fixed some compiler warnings in tests.John MacFarlane3-14/+3
2021-02-02Add tests for search_path_separatorAlbert Krewinkel1-0/+8
2021-02-02Check that all documented functions are present.Albert Krewinkel1-0/+19
2021-02-02Lua: add module "pandoc.path"Albert Krewinkel2-0/+19
2021-02-02Test suite: a more robust way of testing the executable.John MacFarlane4-72/+64
2021-02-01BibTeX writer: use doclayout and doctemplate.John MacFarlane1-3/+3
2021-02-01BibTeX writer fixes. Closes #7067.John MacFarlane1-0/+90
2021-01-31RST reader: fix handling of header in CSV tables.John MacFarlane1-0/+32
2021-01-29Markdown writer: handle math right before digit.John MacFarlane1-0/+6
2021-01-26Clean up BibTeX parsing.John MacFarlane2-5/+6
2021-01-22ImageSize: use viewBox for svg if no length, width.John MacFarlane1-16/+14
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel1-0/+146
2021-01-19JATS writer: Ensure that disp-quote is always wrapped in p.John MacFarlane3-96/+128
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-15Use dev version of citeproc.John MacFarlane1-11/+9
2021-01-12Docx writer: handle table header using styles.John MacFarlane32-0/+0
2021-01-10JATS writer: fix citations (#7018)Albert Krewinkel1-0/+48
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-07gfm/commonmark writer: implement start number on ordered lists.John MacFarlane1-0/+8
2021-01-07T.P.Parsing: modify gridTableWith' for headerless tables.John MacFarlane5-73/+11
2021-01-06Remove `\setupthinrules` from default context template.John MacFarlane2-4/+0
2021-01-05HTML writer: fix implicit_figure at end of footnotes.John MacFarlane1-0/+20
2021-01-05Implement defaults file inheritance (#6924)David Martschenko10-0/+33
2021-01-04LaTeX reader: handle filecontents environment.John MacFarlane1-0/+37