aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Customizable type of PDF/A for the ConTeXt writer (issue #5608) (#5610)Karl Pettersson2-2/+4
2019-07-14Update test for new skylighting.John MacFarlane2-14/+12
2019-07-14Muse: add RTL supportAlexander Krotov2-0/+10
2019-07-13Fix #4499: add mbox and hbox handling to LaTeX reader (#5586)Vasily Alferov1-0/+87
2019-07-13Merge pull request #5589 from blmage/fix-3992John MacFarlane5-1/+33
2019-07-13Man writer: Improved definition list term output.John MacFarlane2-18/+18
2019-07-13Man writer: fixed boldfacing of definition terms.John MacFarlane2-17/+26
2019-07-13Merge pull request #5606 from blmage/odt-framesJohn MacFarlane2-0/+2
2019-07-13LaTeX reader: Properly handle \providecommand and environment...John MacFarlane1-0/+23
2019-07-13fix filename and issue reference of previous commitmb211-0/+0
2019-07-12Pass through aria- attributes to HTML5.John MacFarlane1-0/+8
2019-07-10RST reader: keep `name` property in `imgAttr`. (#5637)Brian Leung1-0/+10
2019-07-06Updating JATS template to v1.1dtd (#5632)Arfon Smith1-2/+2
2019-07-06Markdown reader: handle inline code more eagerly within lists. (#5628)Brian Leung1-0/+83
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland1-1/+1
2019-06-22add tests for EPUB2 and EPUB3 cover readermartinfrancois5-1/+33
2019-06-21Support epigraph command in LaTeX Reader.oquechy1-0/+31
2019-06-20Add a test for MathML formulas in ODT documentsblmage2-0/+2
2019-06-14Powerpoint code formatting is now context dependent (#5573)Jeroen de Haas6-0/+29
2019-06-13Update test for skylighting 0.8.1.1.John MacFarlane1-2/+2
2019-06-12OpenDocument writer: Avoid duplicate attributes.John MacFarlane1-1/+1
2019-06-12Lua: add a `clone()` method to all AST elements (#5572)Albert Krewinkel1-0/+38
2019-06-11LaTeX writer: Don't highlight code in headings.John MacFarlane1-0/+8
2019-06-11Revert "JATS template: don't include journal-meta unless 'journal'..."John MacFarlane1-0/+7
2019-06-11JATS template: don't include journal-meta unless 'journal'...John MacFarlane1-7/+0
2019-06-11JATS writer: ensure validity of pub-date.John MacFarlane1-2/+4
2019-06-11JATS writer: don't use break element for LineBreak.John MacFarlane1-1/+2
2019-06-11JATS writer: don't embed string-name in string.John MacFarlane1-4/+0
2019-06-11test/lua/module/pandoc.lua: fix non-determinism in testAlbert Krewinkel1-4/+11
2019-06-11data/pandoc.lua: fix deletion of nonexistent attributesAlbert Krewinkel1-0/+6
2019-06-11Lua pandoc module: better tests for Attr and AttributeListAlbert Krewinkel1-0/+65
2019-06-11JATS writer: wrap elements with p when needed.John MacFarlane1-13/+21
2019-06-10LaTeX writer: Use mbox to get proper behavior inside `\sout`.John MacFarlane2-1/+11
2019-06-10Asciidoc writer: use doubled ## when necessary for spans.John MacFarlane1-0/+6
2019-06-10Asciidoc writer: ensure correct nesting strong/emph.John MacFarlane1-0/+6
2019-06-09Muse reader: test that links inside image descriptions workAlexander Krotov1-0/+3
2019-06-08Roll back automatic figure/table numbering in ODT/OpenDocument.John MacFarlane2-7/+7
2019-06-08LaTeX reader: pass through unknown listings language as class.John MacFarlane1-0/+8
2019-06-07LaTeX writer: Include inline code attributes with `--listings`.John MacFarlane1-0/+6
2019-06-05Add jira writer (#5548)Albert Krewinkel3-0/+677
2019-06-04Include trailing {}s in raw latex commands.John MacFarlane1-0/+6
2019-06-04Markdown reader: don't create implicit reference for empty header.John MacFarlane1-0/+9
2019-06-03Avoid unwanted interpretation of def list term as other kind of block,John MacFarlane1-0/+8
2019-06-01Textile writer: fix closing tag for math outputAlbert Krewinkel1-7/+7
2019-05-30Lua modules: test pandoc.mediabagAlbert Krewinkel2-3/+80
2019-05-29Lua Version type: shorten "version too old" messageAlbert Krewinkel1-1/+1
2019-05-29Merge pull request #5526 from tarleb/richer-version-typeJohn MacFarlane4-9/+119
2019-05-29Merge pull request #5497 from mb21/html-writer-video-audioJohn MacFarlane6-5/+24
2019-05-29HTML reader: misc. epub related fixes.John MacFarlane1-890/+887
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel4-9/+119