Age | Commit message (Expand) | Author | Files | Lines |
2018-01-22 | Powerpoint writer tests: add tests for two-column layout and images | Jesse Rosenthal | 1 | -0/+10 |
2018-01-22 | Powerpoint writer: Add further tests | Jesse Rosenthal | 1 | -0/+15 |
2018-01-22 | Powerpoint writer tests: simplify updating function | Jesse Rosenthal | 1 | -7/+1 |
2018-01-22 | Powerpoint tests: Convert to golden tests | Jesse Rosenthal | 1 | -136/+147 |
2018-01-22 | Muse writer: join code with different attributes during normalization | Alexander Krotov | 1 | -0/+1 |
2018-01-22 | Muse writer: indent lists inside Div | Alexander Krotov | 1 | -1/+3 |
2018-01-21 | Powerpoint writer tests: New test framework for pptx. | Jesse Rosenthal | 1 | -157/+184 |
2018-01-20 | Muse reader: remove multiple descriptions during round-trip tests | Alexander Krotov | 1 | -0/+6 |
2018-01-20 | Muse reader: enable definition lists in round-trip test | Alexander Krotov | 1 | -3/+2 |
2018-01-19 | hlint code improvements. | John MacFarlane | 23 | -146/+141 |
2018-01-19 | Merge pull request #4259 from italia/4248 | John MacFarlane | 1 | -0/+10 |
2018-01-20 | Muse reader: fix parsing of nested definition lists | Alexander Krotov | 1 | -1/+11 |
2018-01-19 | in RST writer insert comment between lists and quotes, closes #4248 | danse | 1 | -0/+10 |
2018-01-19 | Muse writer: support definitions with multiple descriptions | Alexander Krotov | 1 | -2/+11 |
2018-01-19 | Muse reader: require only one space for nested definition list indentation | Alexander Krotov | 1 | -0/+3 |
2018-01-19 | Muse reader: parse definition list terms without parseFromString | Alexander Krotov | 1 | -0/+2 |
2018-01-18 | Muse reader: fix parsing of code at the beginning of paragraph | Alexander Krotov | 1 | -0/+3 |
2018-01-18 | Muse reader: refactor definition list parsing | Alexander Krotov | 1 | -11/+0 |
2018-01-18 | Muse reader: parse "~~" as non-breaking space in Text::Amuse mode | Alexander Krotov | 1 | -2/+2 |
2018-01-18 | Muse reader: refactor list parsing | Alexander Krotov | 1 | -17/+52 |
2018-01-16 | Docx reader: Add test for hyperlinks in instrText tag | Jesse Rosenthal | 1 | -0/+4 |
2018-01-15 | ConTeXt writer: Use xtables instead of Tables (#4223) | Henri Menke | 1 | -0/+55 |
2018-01-14 | Markdown reader: Improved inlinesInBalancedBrackets. | John MacFarlane | 1 | -1/+1 |
2018-01-14 | Shorten unbalanced brackets test. | John MacFarlane | 1 | -1/+1 |
2018-01-13 | data/pandoc.lua: add attr, listAttributes accessors | Albert Krewinkel | 1 | -2/+9 |
2018-01-13 | data/pandoc.lua: accept single block as singleton list | Albert Krewinkel | 1 | -4/+14 |
2018-01-13 | data/pandoc.lua: accept singleton inline as a list | Albert Krewinkel | 1 | -1/+6 |
2018-01-12 | Lua filters: improve error messages | Albert Krewinkel | 1 | -0/+10 |
2018-01-12 | Lua filters: make PANDOC_READER_OPTIONS available | Albert Krewinkel | 1 | -1/+2 |
2018-01-08 | data/pandoc.lua: cleanup code, remove cruft | Albert Krewinkel | 1 | -2/+2 |
2018-01-07 | Lua: make pandoc-types version available as PANDOC_API_VERSION | Albert Krewinkel | 1 | -1/+8 |
2018-01-07 | Lua: make pandoc version available as PANDOC_VERSION | Albert Krewinkel | 1 | -13/+25 |
2018-01-03 | Powerpoint writer: Set default slidelevel correctly. | Jesse Rosenthal | 1 | -1/+1 |
2018-01-02 | Docx reader: Add tests for paragraph insertion/deletion. | Jesse Rosenthal | 1 | -0/+12 |
2017-12-31 | Docx reader: tests for overlapping targets (anchor spans). | Jesse Rosenthal | 1 | -0/+4 |
2017-12-30 | Docx reader: tests for removing unused anchors. | Jesse Rosenthal | 1 | -0/+4 |
2017-12-30 | Muse reader: enable round trip test | Alexander Krotov | 1 | -10/+9 |
2017-12-29 | Powerpoint Writer tests: Add quickcheck tests for content types. | Jesse Rosenthal | 1 | -14/+77 |
2017-12-29 | Powerpoint writer test: more slide number tests | Jesse Rosenthal | 1 | -4/+9 |
2017-12-28 | Powerpoint writer tests: use IO. | John MacFarlane | 2 | -336/+18 |
2017-12-28 | Use insertInFileTree in powerpoint test. | John MacFarlane | 1 | -2/+1 |
2017-12-28 | Text.Pandoc.Class: add insertInFileTree (API change). | John MacFarlane | 1 | -7/+2 |
2017-12-28 | Fixed warning in powerpoint writer test. | John MacFarlane | 1 | -3/+0 |
2017-12-28 | PowerPoint writer: Introduce beginning of tests | Jesse Rosenthal | 2 | -0/+423 |
2017-12-28 | Org smart test: drop superfluous import | Albert Krewinkel | 1 | -1/+1 |
2017-12-28 | Org reader: support minlevel option for includes | Albert Krewinkel | 1 | -1/+77 |
2017-12-28 | Break-up org reader test file | Albert Krewinkel | 13 | -1864/+2007 |
2017-12-27 | Added tests for custom writer. | John MacFarlane | 1 | -0/+6 |
2017-12-27 | Docx reader: add tests for structured document tags unwrapping. | Jesse Rosenthal | 1 | -0/+4 |
2017-12-23 | Lua modules: add function pandoc.utils.hierarchicalize | Albert Krewinkel | 1 | -1/+2 |