aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-11-08Add `<titleabbr>` support to DocBook readerRowan Rodrik van der Molen3-1/+12
2021-11-08Lua: ensure that 're' module is always available.Albert Krewinkel1-1/+9
2021-11-07LaTeX reader: add 'uri' class when parsing `\url`.John MacFarlane3-6/+6
2021-11-06Lua: allow to pass custom reader options to `pandoc.read`Albert Krewinkel1-1/+29
2021-11-05Support for <indexterm>s when reading DocBook (#7607)Rowan Rodrik van der Molen2-0/+199
2021-11-02Docx reader: don't let first line indents trigger block quotes.John MacFarlane2-0/+2
2021-11-02Lua: fix typo in SoftBreak constructorAlbert Krewinkel1-0/+6
2021-11-02Lua tests: ensure Inline elements have all expected propertiesAlbert Krewinkel1-0/+81
2021-11-02Lua: re-add `content` property to Strikeout elementsAlbert Krewinkel1-3/+93
2021-11-02Lua: be more forgiving when retrieving the Image `caption` propertyAlbert Krewinkel1-0/+9
2021-11-02Lua: display Attr values using their native Haskell representationAlbert Krewinkel1-3/+3
2021-11-02Lua: allow omitting the 2nd parameter in pandoc.Code constructorAlbert Krewinkel1-7/+75
2021-11-02Lua: allow to compare, show Citation valuesAlbert Krewinkel1-0/+16
2021-11-02Lua tests: ensure Block elements have expected propertiesAlbert Krewinkel1-36/+202
2021-11-01Lua: restore `content` property on Header elementsAlbert Krewinkel1-0/+23
2021-11-01Lua: restore List behavior of MetaListAlbert Krewinkel1-0/+13
2021-10-31Lua: re-add `content` property to Link elementsAlbert Krewinkel1-0/+10
2021-10-29Docx writer: add IDs to native_numbering testTristan Stenner2-3/+5
2021-10-29Update test golden master for docx native numberingTristan Stenner1-0/+0
2021-10-29Lua: use hslua module abstraction where possibleAlbert Krewinkel1-0/+6
2021-10-28Lua: fix placement of tests for Block elements in pandoc module testsAlbert Krewinkel1-120/+120
2021-10-27Lua: re-add `t` and `tag` property to Attr valuesAlbert Krewinkel1-0/+7
2021-10-27Switch back from HsYAML to yaml.John MacFarlane5-11/+9
2021-10-26Lua: marshal SimpleTable values as userdata objectsAlbert Krewinkel1-0/+61
2021-10-26Lua: marshal Block values as userdata objectsAlbert Krewinkel1-0/+120
2021-10-25Lua: marshal Citation values as userdata objectsAlbert Krewinkel1-0/+2
2021-10-24Fix more epub files in epub reader tests.John MacFarlane3-0/+0
2021-10-24Clean up wasteland.epub and formatting.epub from reader tests.John MacFarlane2-0/+0
2021-10-24Fixed test/epub/img.epub and img_no_cover.epub...John MacFarlane2-0/+0
2021-10-23Fix conformance errors in test/epub/features.epub andJohn MacFarlane2-0/+0
2021-10-22Org reader: allow an initial :PROPERTIES: drawer to add to metadata.John MacFarlane2-1/+23
2021-10-22Lua: marshal Attr values as userdataAlbert Krewinkel2-22/+35
2021-10-22Lua: marshal Pandoc values as userdataAlbert Krewinkel1-1/+1
2021-10-22Switch to hslua-2.0Albert Krewinkel2-51/+37
2021-10-20Markdown reader: don't parse links or bracketed spans as citations.John MacFarlane1-0/+66
2021-10-18Docx reader: fix handling of empty fieldsMilan Bracke3-0/+11
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke6-7/+15
2021-10-18Docx reader: fix handling of nested fieldsMilan Bracke3-0/+9
2021-10-17pptx: Line up continuation paragraphsEmily Bourke46-0/+0
2021-10-17pptx: Fix list level numberingEmily Bourke22-0/+24
2021-10-16Ensure that babel is loaded also with pdflatex.John MacFarlane1-3/+2
2021-10-14asciidoc writer: translate numberLines attribute to linesnum switchSamuel Tardieu1-0/+16
2021-10-14DocBook reader: honor linenumbering attributeSamuel Tardieu2-0/+8
2021-10-13Fix markdown parsing bug for math in bracketed spans and links.John MacFarlane1-0/+12
2021-10-11Update wasteland tests.John MacFarlane2-20/+1078
2021-10-10Avoid blockquote when parent style has more indentMilan Bracke4-3/+10
2021-10-10LaTeX reader: Properly handle `\^` followed by group closing.John MacFarlane1-0/+6
2021-10-07pptx: Remove excessive layout testsEmily Bourke82-20/+38
2021-10-04Powerpoint writer: consolidate text runs when possible.John MacFarlane136-0/+0
2021-10-04OOXML tests: use pretty-printed form to display diffs.John MacFarlane1-3/+3