summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-11-11Writers.Shared: Improve toLegacyTable.Christian Despres
2021-11-09Lua: fix argument order in constructor `pandoc.Cite`.Albert Krewinkel
2021-11-08Properly handle commented lines in BibTeX/BibLaTeX.John MacFarlane
2021-11-08Add `<titleabbr>` support to DocBook readerRowan Rodrik van der Molen
2021-11-08Lua: ensure that 're' module is always available.Albert Krewinkel
2021-11-07LaTeX reader: add 'uri' class when parsing `\url`.John MacFarlane
2021-11-06Lua: allow to pass custom reader options to `pandoc.read`Albert Krewinkel
2021-11-05Support for <indexterm>s when reading DocBook (#7607)Rowan Rodrik van der Molen
2021-11-02Docx reader: don't let first line indents trigger block quotes.John MacFarlane
2021-11-02Lua: fix typo in SoftBreak constructorAlbert Krewinkel
2021-11-02Lua tests: ensure Inline elements have all expected propertiesAlbert Krewinkel
2021-11-02Lua: re-add `content` property to Strikeout elementsAlbert Krewinkel
2021-11-02Lua: be more forgiving when retrieving the Image `caption` propertyAlbert Krewinkel
2021-11-02Lua: display Attr values using their native Haskell representationAlbert Krewinkel
2021-11-02Lua: allow omitting the 2nd parameter in pandoc.Code constructorAlbert Krewinkel
2021-11-02Lua: allow to compare, show Citation valuesAlbert Krewinkel
2021-11-02Lua tests: ensure Block elements have expected propertiesAlbert Krewinkel
2021-11-01Lua: restore `content` property on Header elementsAlbert Krewinkel
2021-11-01Lua: restore List behavior of MetaListAlbert Krewinkel
2021-10-31Lua: re-add `content` property to Link elementsAlbert Krewinkel
2021-10-29Docx writer: add IDs to native_numbering testTristan Stenner
2021-10-29Update test golden master for docx native numberingTristan Stenner
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel
2021-10-28Lua: fix placement of tests for Block elements in pandoc module testsAlbert Krewinkel
2021-10-27Lua: re-add `t` and `tag` property to Attr valuesAlbert Krewinkel
2021-10-27Switch back from HsYAML to yaml.John MacFarlane
2021-10-26Lua: marshal SimpleTable values as userdata objectsAlbert Krewinkel
2021-10-26Lua: marshal Block values as userdata objectsAlbert Krewinkel
2021-10-25Lua: marshal Citation values as userdata objectsAlbert Krewinkel
2021-10-24Fix more epub files in epub reader tests.John MacFarlane
2021-10-24Clean up wasteland.epub and formatting.epub from reader tests.John MacFarlane
2021-10-24Fixed test/epub/img.epub and img_no_cover.epub...John MacFarlane
2021-10-23Fix conformance errors in test/epub/features.epub andJohn MacFarlane
2021-10-22Org reader: allow an initial :PROPERTIES: drawer to add to metadata.John MacFarlane
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel
2021-10-22Switch to hslua-2.0Albert Krewinkel
2021-10-20Markdown reader: don't parse links or bracketed spans as citations.John MacFarlane
2021-10-18Docx reader: fix handling of empty fieldsMilan Bracke
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke
2021-10-17pptx: Line up continuation paragraphsEmily Bourke
2021-10-17pptx: Fix list level numberingEmily Bourke
2021-10-16Ensure that babel is loaded also with pdflatex.John MacFarlane
2021-10-14asciidoc writer: translate numberLines attribute to linesnum switchSamuel Tardieu
2021-10-14DocBook reader: honor linenumbering attributeSamuel Tardieu
2021-10-13Fix markdown parsing bug for math in bracketed spans and links.John MacFarlane
2021-10-11Update wasteland tests.John MacFarlane
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke
2021-10-10LaTeX reader: Properly handle `\^` followed by group closing.John MacFarlane