aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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-21Support epigraph command in LaTeX Reader.oquechy1-0/+31
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
2019-05-29HTML writer: output video and audio elementsmb216-5/+24
2019-05-28Remove command test for #5517.John MacFarlane1-32/+0
2019-05-28HTML writer: emit empty alt tag in figures (#5518)Mauro Bieg5-7/+7
2019-05-28Add test for relative file: URI to #5517.John MacFarlane1-0/+6
2019-05-28Fix handling of `file:` URL scheme in `downloadOrRead` (#5522)Mauro Bieg1-0/+26
2019-05-27Use skylighting 0.8.John MacFarlane2-28/+32
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg1-1/+1
2019-05-25Muse reader: allow images inside link descriptionsAlexander Krotov1-0/+3
2019-05-25HTML reader: trim definition list termsAlexander Krotov1-0/+17
2019-05-25Muse writer: do not escape empty line after <br>Alexander Krotov1-0/+1
2019-05-22Markdown writer: Ensure the code fence is long enough.John MacFarlane1-0/+14
2019-05-21Markdown writer: Handle labels with integer namesJesse Rosenthal1-0/+18
2019-05-20Improve output of Lua tests (#5499)Albert Krewinkel6-165/+196