aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot3-0/+6
2021-04-29Further improvements in smart quotes.John MacFarlane1-0/+8
2021-04-28Smarter smart quotes.John MacFarlane3-7/+26
2021-04-28JATS writer: use either styled-content or named-content for spans.Albert Krewinkel1-5/+9
2021-04-27Docx writer: autoset table width if no column has an explicit width.Albert Krewinkel3-0/+0
2021-04-25Markdown writer: Cleaner (code)blocks with single class (#7242)Jan Tojnar4-6/+6
2021-04-25Add quotes properly in markdown YAML metadata fields.John MacFarlane8-11/+11
2021-04-25Remove biblatex-nussbaum.md test.John MacFarlane1-63/+0
2021-04-18Use MetaInlines not MetaBlocks for multimarkdown metadata fields.John MacFarlane1-0/+20
2021-04-17Update to released unicode-collation, latest citeproc dev version.John MacFarlane1-4/+4
2021-04-17Use BCP47 language codes in citeproc tests.John MacFarlane3-4/+4
2021-04-17Use new citeproc + unicode-collation.John MacFarlane1-0/+130
2021-04-16JATS writer: reduce unnecessary use of <p> elements for wrappingAlbert Krewinkel4-128/+119
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel1-0/+15
2021-04-10JATS writer: add footnote number as label in backmatterAlbert Krewinkel2-12/+16
2021-04-08Fix regression in grid tables for wide characters.John MacFarlane1-0/+28
2021-04-05Commonmark writer: Use backslash escapes for `<` and `|`...John MacFarlane1-0/+6
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel1-90/+115
2021-04-01Org writer: Use LaTeX style maths deliminators (#7196)tecosaur1-7/+7
2021-03-31Treat tabs as spaces in ODT Reader. (#7185)niszet3-0/+2
2021-03-24Fix DocBook reader mathml regression...John MacFarlane2-1/+140
2021-03-20Include Header.Attr.attributes as XML attributes on sectionErik Rask1-0/+37
2021-03-19Tests: Use getExecutablePath from base...John MacFarlane3-4/+3
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-17Docx writer: make nsid in abstractNum deterministic.John MacFarlane33-0/+0
2021-03-17Add test for #7155.John MacFarlane1-0/+15
2021-03-15Update tests for new texmath.John MacFarlane5-6/+6
2021-03-13MediaWiki reader: Allow block-level content in notes (ref).John MacFarlane1-0/+12
2021-03-13Use integral values for w:tblW in docx.John MacFarlane3-0/+0
2021-03-13Use jira-wiki-markup 1.3.4Albert Krewinkel2-3/+2
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-10HTML writer: Add warnings on duplicate attribute values.John MacFarlane1-0/+7
2021-03-09RST reader: fix logic for ending comments.John MacFarlane1-0/+16
2021-03-09Org writer: prevent unintended creation of ordered list itemsAlbert Krewinkel1-0/+10
2021-03-08Jira writer: use noformat instead of code for unknown languages.Albert Krewinkel2-33/+32
2021-03-07LaTeX reader: handle table cells containing `&` in `\verb`.John MacFarlane1-0/+27
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