aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-01-18Muse reader: fix parsing of code at the beginning of paragraphAlexander Krotov
2018-01-18Muse reader: refactor definition list parsingAlexander Krotov
2018-01-18Muse reader: parse "~~" as non-breaking space in Text::Amuse modeAlexander Krotov
2018-01-18Muse reader: refactor list parsingAlexander Krotov
2018-01-17Markdown reader: don't coalesce adjacent raw LaTeX blocks...John MacFarlane
2018-01-16Markdown writer: fix cell width calculation.John MacFarlane
2018-01-16Docx reader: Add test for hyperlinks in instrText tagJesse Rosenthal
2018-01-15ConTeXt writer: Use xtables instead of Tables (#4223)Henri Menke
2018-01-14RST reader: add aligned environment when needed in math.John MacFarlane
2018-01-14Markdown reader: Improved inlinesInBalancedBrackets.John MacFarlane
2018-01-14Shorten unbalanced brackets test.John MacFarlane
2018-01-13LaTeX reader: pass through macro defs in rawLaTeXBlock...John MacFarlane
2018-01-13data/pandoc.lua: add attr, listAttributes accessorsAlbert Krewinkel
2018-01-13data/pandoc.lua: accept single block as singleton listAlbert Krewinkel
2018-01-13LaTeX reader: allow macro definitions inside macros.John MacFarlane
2018-01-13data/pandoc.lua: accept singleton inline as a listAlbert Krewinkel
2018-01-12Lua filters: improve error messagesAlbert Krewinkel
2018-01-12Lua filters: make PANDOC_READER_OPTIONS availableAlbert Krewinkel
2018-01-10RST reader: better handling for headers with an anchor.John MacFarlane
2018-01-09Fixed a test case so it works on windows too.John MacFarlane
2018-01-09HTML writer: Fixed footnote backlinks with --id-prefix.John MacFarlane
2018-01-08data/pandoc.lua: cleanup code, remove cruftAlbert Krewinkel
2018-01-07Lua: make pandoc-types version available as PANDOC_API_VERSIONAlbert Krewinkel
2018-01-07Lua: make pandoc version available as PANDOC_VERSIONAlbert Krewinkel
2018-01-03Powerpoint writer: Set default slidelevel correctly.Jesse Rosenthal
2018-01-02Docx reader: Add tests for paragraph insertion/deletion.Jesse Rosenthal
2017-12-31Docx reader: tests for overlapping targets (anchor spans).Jesse Rosenthal
2017-12-31Docx Reader: Combine adjacent anchors.Jesse Rosenthal
2017-12-30Docx reader: tests for removing unused anchors.Jesse Rosenthal
2017-12-30Muse reader: enable round trip testAlexander Krotov
2017-12-30Docx reader: Read multiple children of w:sdtContents`Jesse Rosenthal
2017-12-29Powerpoint Writer tests: Add quickcheck tests for content types.Jesse Rosenthal
2017-12-29Powerpoint writer test: more slide number testsJesse Rosenthal
2017-12-28Merge pull request #4170 from oltolm/opendocumentJohn MacFarlane
2017-12-28improve formatting of formulas in OpenDocumentoltolm
2017-12-28Powerpoint writer tests: use IO.John MacFarlane
2017-12-28Use insertInFileTree in powerpoint test.John MacFarlane
2017-12-28Text.Pandoc.Class: add insertInFileTree (API change).John MacFarlane
2017-12-28Fixed warning in powerpoint writer test.John MacFarlane
2017-12-28LaTeX writer: Use \endhead after \toprule in headerless tables.John MacFarlane
2017-12-28LaTeX reader: be more tolerant of `&` character.John MacFarlane
2017-12-28PowerPoint writer: Introduce beginning of testsJesse Rosenthal
2017-12-28Org smart test: drop superfluous importAlbert Krewinkel
2017-12-28Org reader: support minlevel option for includesAlbert Krewinkel
2017-12-28Break-up org reader test fileAlbert Krewinkel
2017-12-27Merge pull request #4184 from mb21/html-reader-figcaptionJohn MacFarlane
2017-12-27HTML reader: parse div with class `line-block` as LineBlock.John MacFarlane
2017-12-27Added tests for custom writer.John MacFarlane
2017-12-27Docx reader: add tests for structured document tags unwrapping.Jesse Rosenthal
2017-12-26LaTeX reader: support `\foreignlanguage` from babel.John MacFarlane