aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-04-15Markdown reader: fix regression with -@citekey.issue7219John MacFarlane
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel
2021-04-10JATS writer: add footnote number as label in backmatterAlbert Krewinkel
2021-04-08Fix regression in grid tables for wide characters.John MacFarlane
2021-04-05Commonmark writer: Use backslash escapes for `<` and `|`...John MacFarlane
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel
2021-04-01Org writer: Use LaTeX style maths deliminators (#7196)tecosaur
2021-03-31Treat tabs as spaces in ODT Reader. (#7185)niszet
2021-03-24Fix DocBook reader mathml regression...John MacFarlane
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-17Docx writer: make nsid in abstractNum deterministic.John MacFarlane
2021-03-17Add test for #7155.John MacFarlane
2021-03-15Update tests for new texmath.John MacFarlane
2021-03-13MediaWiki reader: Allow block-level content in notes (ref).John MacFarlane
2021-03-13Use integral values for w:tblW in docx.John MacFarlane
2021-03-13Use jira-wiki-markup 1.3.4Albert Krewinkel
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-10HTML writer: Add warnings on duplicate attribute values.John MacFarlane
2021-03-09RST reader: fix logic for ending comments.John MacFarlane
2021-03-09Org writer: prevent unintended creation of ordered list itemsAlbert Krewinkel
2021-03-08Jira writer: use noformat instead of code for unknown languages.Albert Krewinkel
2021-03-07LaTeX reader: handle table cells containing `&` in `\verb`.John MacFarlane
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-26Update tests for changes to https URLs.John MacFarlane
2021-02-26Fix/update URLs and use HTTP**S** where possible (#7122)Salim B
2021-02-22T.P.CSV: fix parsing of unquoted values.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-18Revert "LaTeX template: disable `` ?` `` and `` !` `` ligatures."John MacFarlane
2021-02-18LaTeX template: disable `` ?` `` and `` !` `` ligatures.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-15JATS writer: add date-type to pub-date elementsAlbert Krewinkel
2021-02-15JATS writer: replace attribute "pub-type" with "publication-format".Albert Krewinkel
2021-02-13HTML reader: fix bad handling of empty src attribute in iframe.John MacFarlane
2021-02-13T.P.Error: export `renderError`.John MacFarlane
2021-02-13Org: support task_lists extensionAlbert Krewinkel
2021-02-12Fix command test 5686John MacFarlane
2021-02-12Add command test for #7092John MacFarlane
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-06Markdown reader: improved handling of mmd link attributes in references.John MacFarlane
2021-02-03LaTeX template: Update to iftex package (#7073)Andrew Dunning