Age | Commit message (Expand) | Author | Files | Lines |
2019-07-14 | Muse: add RTL support | Alexander Krotov | 2 | -0/+10 |
2019-07-13 | Merge pull request #5589 from blmage/fix-3992 | John MacFarlane | 1 | -1/+33 |
2019-07-13 | Merge pull request #5606 from blmage/odt-frames | John MacFarlane | 1 | -0/+1 |
2019-07-02 | Fix redundant constraint warnings. (#5625) | Pete Ryland | 1 | -1/+1 |
2019-06-22 | add tests for EPUB2 and EPUB3 cover reader | martinfrancois | 1 | -1/+33 |
2019-06-20 | Add a test for MathML formulas in ODT documents | blmage | 1 | -0/+1 |
2019-06-14 | Powerpoint code formatting is now context dependent (#5573) | Jeroen de Haas | 1 | -0/+8 |
2019-06-10 | LaTeX writer: Use mbox to get proper behavior inside `\sout`. | John MacFarlane | 1 | -1/+1 |
2019-06-09 | Muse reader: test that links inside image descriptions work | Alexander Krotov | 1 | -0/+3 |
2019-06-05 | Add jira writer (#5548) | Albert Krewinkel | 1 | -0/+3 |
2019-05-30 | Lua modules: test pandoc.mediabag | Albert Krewinkel | 1 | -3/+8 |
2019-05-29 | Lua: add Version type to simplify comparisons | Albert Krewinkel | 2 | -9/+7 |
2019-05-25 | Muse reader: allow images inside link descriptions | Alexander Krotov | 1 | -0/+3 |
2019-05-25 | Muse writer: do not escape empty line after <br> | Alexander Krotov | 1 | -0/+1 |
2019-05-20 | Improve output of Lua tests (#5499) | Albert Krewinkel | 2 | -26/+37 |
2019-05-16 | JATS writer: properly handle footnotes. | John MacFarlane | 1 | -3/+1 |
2019-05-13 | Org reader: fix planning elements in headers level 3 and higher | Albert Krewinkel | 1 | -0/+24 |
2019-05-13 | Org reader: omit, but warn about unknown export options | Albert Krewinkel | 1 | -0/+18 |
2019-05-11 | FB2 reader: add notes parsing test | Alexander Krotov | 1 | -0/+1 |
2019-05-05 | Org reader: prefer plain symbols over math symbols | Albert Krewinkel | 1 | -3/+7 |
2019-05-05 | Org reader: recognize emphasis after TODO/DONE keyword | Albert Krewinkel | 1 | -0/+7 |
2019-05-04 | Lua: add `pandoc.system` module (#5468) | Albert Krewinkel | 1 | -0/+5 |
2019-04-28 | Muse writer tests: compare Text without converting to [Char] | Alexander Krotov | 1 | -6/+6 |
2019-04-02 | Actually run the xwiki writer tests. | John MacFarlane | 1 | -1/+2 |
2019-03-31 | PowerPoint writer: add test for speaker notes after metadata. | Jesse Rosenthal | 1 | -0/+4 |
2019-03-30 | Pptx writer: test for speaker notes after breaking header. | Jesse Rosenthal | 1 | -0/+4 |
2019-03-25 | HTML reader: read `data-foo` attribute into `foo`. | John MacFarlane | 1 | -1/+1 |
2019-03-13 | Tests.Old: specify --data-dir=../data. | John MacFarlane | 1 | -3/+2 |
2019-03-09 | Include execution output in ipynb test. | John MacFarlane | 1 | -2/+4 |
2019-02-18 | Docx reader: add tests for trimming last inline. | Jesse Rosenthal | 1 | -0/+4 |
2019-02-18 | Muse reader: add secondary note support | Alexander Krotov | 1 | -0/+17 |
2019-02-18 | Muse writer: escape secondary notes | Alexander Krotov | 1 | -0/+1 |
2019-02-12 | Docx reader: Add test for reading sdts in footnotes. | Jesse Rosenthal | 1 | -0/+4 |
2019-02-10 | Use latest skylighting. | John MacFarlane | 1 | -1/+1 |
2019-02-09 | Added simple ipynb reader/writer tests. | John MacFarlane | 1 | -0/+6 |
2019-02-09 | Adds Asciidoctor sprcific writer and tests | TG | 1 | -1/+1 |
2019-02-06 | Docx reader: Tests for alternate document.xml | Jesse Rosenthal | 1 | -2/+7 |
2019-02-06 | Muse reader: test that block level markup does not break <verbatim> | Alexander Krotov | 1 | -0/+7 |
2019-02-04 | Add missing copyright notices and remove license boilerplate (#5112) | Albert Krewinkel | 33 | -1/+365 |
2019-01-31 | Tests: avoid calling findPandoc multiple times. | John MacFarlane | 2 | -190/+202 |
2019-01-31 | Old tests: remove need for temp files by using pipeProcess. | John MacFarlane | 1 | -16/+6 |
2019-01-30 | Org reader: add support for #+SELECT_TAGS. | leungbk | 1 | -0/+4 |
2019-01-26 | Improve writing metadata for docx, pptx and odt (#5252) | Agustín Martín Barbero | 2 | -0/+18 |
2019-01-13 | data/pandoc.lua: auto-fix nested constructor arguments | Albert Krewinkel | 1 | -4/+15 |
2019-01-09 | RST reader: change treatment of `number-lines` directives. (#5207) | Brian Leung | 1 | -2/+2 |
2019-01-08 | Removed superfluous sourceCode class on code blocks. | John MacFarlane | 2 | -8/+8 |
2019-01-07 | Asciidoc writer: shorter delimiters for tables, blockquotes. | John MacFarlane | 1 | -4/+4 |
2019-01-07 | Org reader: handle `minlevel` option differently. (#5190) | Brian Leung | 1 | -1/+6 |
2019-01-06 | Add DokuWiki reader (#5108) | Alexander | 1 | -0/+315 |
2019-01-04 | Cleaned up findPandoc. | John MacFarlane | 1 | -11/+5 |