Age | Commit message (Expand) | Author | Files | Lines |
2018-01-14 | RST reader: add aligned environment when needed in math. | John MacFarlane | 2 | -1/+13 |
2018-01-14 | Markdown reader: Improved inlinesInBalancedBrackets. | John MacFarlane | 2 | -1/+7 |
2018-01-14 | Shorten unbalanced brackets test. | John MacFarlane | 1 | -1/+1 |
2018-01-13 | LaTeX reader: pass through macro defs in rawLaTeXBlock... | John MacFarlane | 3 | -1/+6 |
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 | LaTeX reader: allow macro definitions inside macros. | John MacFarlane | 1 | -0/+8 |
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-10 | RST reader: better handling for headers with an anchor. | John MacFarlane | 1 | -0/+33 |
2018-01-09 | Fixed a test case so it works on windows too. | John MacFarlane | 1 | -1/+1 |
2018-01-09 | HTML writer: Fixed footnote backlinks with --id-prefix. | John MacFarlane | 1 | -0/+12 |
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 | 5 | -0/+19 |
2017-12-31 | Docx reader: tests for overlapping targets (anchor spans). | Jesse Rosenthal | 3 | -0/+7 |
2017-12-31 | Docx Reader: Combine adjacent anchors. | Jesse Rosenthal | 1 | -2/+2 |
2017-12-30 | Docx reader: tests for removing unused anchors. | Jesse Rosenthal | 3 | -0/+7 |
2017-12-30 | Muse reader: enable round trip test | Alexander Krotov | 1 | -10/+9 |
2017-12-30 | Docx reader: Read multiple children of w:sdtContents` | Jesse Rosenthal | 1 | -1/+6 |
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 | Merge pull request #4170 from oltolm/opendocument | John MacFarlane | 1 | -0/+2 |
2017-12-28 | improve formatting of formulas in OpenDocument | oltolm | 1 | -0/+2 |
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 | LaTeX writer: Use \endhead after \toprule in headerless tables. | John MacFarlane | 1 | -0/+2 |
2017-12-28 | LaTeX reader: be more tolerant of `&` character. | John MacFarlane | 1 | -0/+18 |
2017-12-28 | PowerPoint writer: Introduce beginning of tests | Jesse Rosenthal | 3 | -0/+425 |
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 | Merge pull request #4184 from mb21/html-reader-figcaption | John MacFarlane | 1 | -0/+32 |
2017-12-27 | HTML reader: parse div with class `line-block` as LineBlock. | John MacFarlane | 1 | -0/+10 |
2017-12-27 | Added tests for custom writer. | John MacFarlane | 3 | -0/+990 |
2017-12-27 | Docx reader: add tests for structured document tags unwrapping. | Jesse Rosenthal | 3 | -0/+14 |
2017-12-26 | LaTeX reader: support `\foreignlanguage` from babel. | John MacFarlane | 1 | -0/+6 |
2017-12-26 | HTML writer: Use br elements in line blocks... | John MacFarlane | 7 | -7/+0 |
2017-12-24 | RST reader: allow empty list items (as docutils does). | John MacFarlane | 1 | -0/+10 |
2017-12-23 | Lua modules: add function pandoc.utils.hierarchicalize | Albert Krewinkel | 2 | -1/+18 |
2017-12-23 | JATS reader: process author metadata. | John MacFarlane | 2 | -1/+13 |
2017-12-23 | Lua modules: add function pandoc.utils.normalize_date | Albert Krewinkel | 2 | -2/+11 |
2017-12-23 | Lua modules: add function pandoc.utils.to_roman_numeral | Albert Krewinkel | 2 | -0/+10 |
2017-12-23 | HTML Reader: be more forgiving about figcaption | mb21 | 1 | -0/+32 |
2017-12-22 | `latex_macros` extension changes. | John MacFarlane | 3 | -4/+34 |