aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2021-02-02Fixed some compiler warnings in tests.John MacFarlane
2021-02-02Add tests for search_path_separatorAlbert Krewinkel
2021-02-02Check that all documented functions are present.Albert Krewinkel
2021-02-02Lua: add module "pandoc.path"Albert Krewinkel
2021-02-02Test suite: a more robust way of testing the executable.John MacFarlane
2021-02-01BibTeX writer: use doclayout and doctemplate.John MacFarlane
2021-02-01BibTeX writer fixes. Closes #7067.John MacFarlane
2021-01-31RST reader: fix handling of header in CSV tables.John MacFarlane
2021-01-29Markdown writer: handle math right before digit.John MacFarlane
2021-01-26Clean up BibTeX parsing.John MacFarlane
2021-01-22ImageSize: use viewBox for svg if no length, width.John MacFarlane
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel
2021-01-19JATS writer: Ensure that disp-quote is always wrapped in p.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-15Use dev version of citeproc.John MacFarlane
2021-01-12Docx writer: handle table header using styles.John MacFarlane
2021-01-10JATS writer: fix citations (#7018)Albert Krewinkel
2021-01-09Org reader: allow multiple pipe chars in todo sequencesAlbert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2021-01-07gfm/commonmark writer: implement start number on ordered lists.John MacFarlane
2021-01-07T.P.Parsing: modify gridTableWith' for headerless tables.John MacFarlane
2021-01-06Remove `\setupthinrules` from default context template.John MacFarlane
2021-01-05HTML writer: fix implicit_figure at end of footnotes.John MacFarlane
2021-01-05Implement defaults file inheritance (#6924)David Martschenko
2021-01-04LaTeX reader: handle filecontents environment.John MacFarlane
2021-01-03Org reader: mark verbatim code with class "verbatim". (#6998)Dimitri Sabadie
2021-01-02LaTeX writer: revert table line height increase in 2.11.3.John MacFarlane
2021-01-01Org reader: restructure output of captioned code blocksAlbert Krewinkel
2020-12-30Mediawiki reader: allow space around storng/emph delimiters.John MacFarlane
2020-12-30Update ms table tests.John MacFarlane
2020-12-28Update test for new citeproc and require it in cabal.John MacFarlane
2020-12-27Add support for writing nested tables to asciidoc (#6972)timo-a
2020-12-27Powerpoint writer: allow arbitrary OOXML in raw inline elementsAlbert Krewinkel
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel
2020-12-18Remove some test files that are no longer used.John MacFarlane
2020-12-17Update test with new skylighting CSS.John MacFarlane
2020-12-15Properly handle boolean values in writing YAML metadata.John MacFarlane
2020-12-15Allow both inline and external references to be usedJohn MacFarlane
2020-12-13RST writer: better image handling.John MacFarlane
2020-12-13Docx writer: keep raw openxml strings verbatim.Albert Krewinkel
2020-12-12ICML writer: fix image bounding box for custom widths/heightsmb21
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane
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