Age | Commit message (Expand) | Author | Files | Lines |
2019-05-28 | Remove command test for #5517. | John MacFarlane | 1 | -32/+0 |
2019-05-28 | HTML writer: emit empty alt tag in figures (#5518) | Mauro Bieg | 5 | -7/+7 |
2019-05-28 | Add test for relative file: URI to #5517. | John MacFarlane | 1 | -0/+6 |
2019-05-28 | Fix handling of `file:` URL scheme in `downloadOrRead` (#5522) | Mauro Bieg | 1 | -0/+26 |
2019-05-27 | Use skylighting 0.8. | John MacFarlane | 2 | -28/+32 |
2019-05-27 | consolidate simple-table detection (#5524) | Mauro Bieg | 1 | -1/+1 |
2019-05-25 | Muse reader: allow images inside link descriptions | Alexander Krotov | 1 | -0/+3 |
2019-05-25 | HTML reader: trim definition list terms | Alexander Krotov | 1 | -0/+17 |
2019-05-25 | Muse writer: do not escape empty line after <br> | Alexander Krotov | 1 | -0/+1 |
2019-05-22 | Markdown writer: Ensure the code fence is long enough. | John MacFarlane | 1 | -0/+14 |
2019-05-21 | Markdown writer: Handle labels with integer names | Jesse Rosenthal | 1 | -0/+18 |
2019-05-20 | Improve output of Lua tests (#5499) | Albert Krewinkel | 6 | -165/+196 |
2019-05-16 | JATS writer: properly handle footnotes. | John MacFarlane | 2 | -24/+32 |
2019-05-15 | FB2 writer: do not wrap note references into <sup> and brackets | Alexander Krotov | 2 | -17/+5 |
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-12 | add test/tables.xwiki to git and pandoc.cabal (#5498) | Mauro Bieg | 1 | -0/+46 |
2019-05-12 | Org writer: always indent src blocks content by 2 spaces | Albert Krewinkel | 2 | -26/+26 |
2019-05-11 | FB2 reader: add notes parsing test | Alexander Krotov | 3 | -0/+24 |
2019-05-05 | Asciidoc writer: use `` `+...+` `` form for inline code. | John MacFarlane | 2 | -13/+13 |
2019-05-05 | Asciidoc writer: use proper smart quotes with asciidoctor. | John MacFarlane | 1 | -8/+8 |
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-05-01 | Fix footnote in image caption. | John MacFarlane | 1 | -0/+12 |
2019-04-30 | HTML: prevent gratuitious emojification on iOS. | John MacFarlane | 3 | -11/+11 |
2019-04-28 | Muse writer tests: compare Text without converting to [Char] | Alexander Krotov | 1 | -6/+6 |
2019-04-15 | RST writer: treat Span as transparent. | John MacFarlane | 1 | -0/+6 |
2019-04-11 | LaTeX template: Add pdflang to hypersetup if lang is set. | John MacFarlane | 1 | -0/+1 |
2019-04-05 | Vimwiki reader: improve handling of internal links. | John MacFarlane | 1 | -8/+8 |
2019-04-05 | PowerPoint writer: expand builtin reference doc to model all layouts | Jesse Rosenthal | 22 | -0/+0 |
2019-04-04 | PowerPoint tests: Regenerate golden files | Jesse Rosenthal | 36 | -0/+0 |
2019-04-02 | Update command test #5416 to make it windows friendly | John MacFarlane | 1 | -2/+4 |
2019-04-02 | LaTeX template: Ensure correct heading/table order (#5421) | Andrew Dunning | 4 | -45/+5 |
2019-04-02 | Actually run the xwiki writer tests. | John MacFarlane | 1 | -1/+2 |
2019-04-02 | Add XWiki Support (#4167) | Derek Chen-Becker | 1 | -0/+650 |
2019-04-01 | Dokuwiki Reader fix: parse single curly brace (#5417) | Mauro Bieg | 1 | -0/+11 |
2019-03-31 | PowerPoint writer: add test for speaker notes after metadata. | Jesse Rosenthal | 4 | -0/+9 |
2019-03-30 | Pptx writer: test for speaker notes after breaking header. | Jesse Rosenthal | 4 | -0/+7 |
2019-03-29 | LaTeX writer: Avoid inadvertently creating ?` or !` ligatures. | John MacFarlane | 1 | -0/+14 |
2019-03-28 | Markdown reader: fenced div takes priority over setext header. | John MacFarlane | 1 | -0/+9 |
2019-03-25 | LaTeX template: Add pandoc to PDF metadata (#5388) | Andrew Dunning | 4 | -4/+4 |
2019-03-25 | HTML reader: read `data-foo` attribute into `foo`. | John MacFarlane | 1 | -1/+1 |
2019-03-22 | LaTeX template: Group graphics-related code (#5389) | Andrew Dunning | 4 | -28/+12 |
2019-03-22 | LaTeX writer: Fix footnotes in table caption and cells. | John MacFarlane | 1 | -0/+44 |
2019-03-21 | Docx writer: Use w:br without attributes for line breaks. | John MacFarlane | 2 | -0/+0 |
2019-03-18 | Improved fix to #5340 and added test. | John MacFarlane | 1 | -0/+14 |
2019-03-17 | Properly escape attributes in Markdown writer. | John MacFarlane | 1 | -0/+7 |
2019-03-17 | Add test case for #5368. | John MacFarlane | 1 | -0/+23 |
2019-03-13 | Tests.Old: specify --data-dir=../data. | John MacFarlane | 1 | -3/+2 |