Age | Commit message (Expand) | Author | Files | Lines |
2019-06-11 | LaTeX writer: Don't highlight code in headings. | John MacFarlane | 2 | -3/+12 |
2019-06-11 | Revert "JATS template: don't include journal-meta unless 'journal'..." | John MacFarlane | 2 | -2/+7 |
2019-06-11 | JATS template: don't include journal-meta unless 'journal'... | John MacFarlane | 2 | -7/+2 |
2019-06-11 | JATS writer: ensure validity of pub-date. | John MacFarlane | 3 | -14/+30 |
2019-06-11 | JATS writer: don't use break element for LineBreak. | John MacFarlane | 2 | -2/+4 |
2019-06-11 | JATS writer: don't embed string-name in string. | John MacFarlane | 2 | -6/+2 |
2019-06-11 | test/lua/module/pandoc.lua: fix non-determinism in test | Albert Krewinkel | 1 | -4/+11 |
2019-06-11 | data/pandoc.lua: fix deletion of nonexistent attributes | Albert Krewinkel | 2 | -1/+10 |
2019-06-11 | Lua pandoc module: better tests for Attr and AttributeList | Albert Krewinkel | 1 | -0/+65 |
2019-06-11 | JATS writer: wrap elements with p when needed. | John MacFarlane | 2 | -18/+64 |
2019-06-10 | LaTeX writer: Use mbox to get proper behavior inside `\sout`. | John MacFarlane | 3 | -7/+17 |
2019-06-10 | Asciidoc writer: use doubled ## when necessary for spans. | John MacFarlane | 2 | -1/+9 |
2019-06-10 | Asciidoc writer: ensure correct nesting strong/emph. | John MacFarlane | 2 | -0/+8 |
2019-06-09 | DocBook reader: Issue IgnoredElement warnings. | John MacFarlane | 1 | -28/+37 |
2019-06-09 | FB2 reader: skip unknown elements rather than throwing errors. | John MacFarlane | 1 | -20/+39 |
2019-06-09 | Logging: Added IgnoredElement constructor for LogMessage. | John MacFarlane | 1 | -0/+6 |
2019-06-09 | Muse reader: test that links inside image descriptions work | Alexander Krotov | 1 | -0/+3 |
2019-06-08 | Edit changelog. | John MacFarlane | 1 | -221/+199 |
2019-06-08 | Update changelog provisionally, update AUTHORS. | John MacFarlane | 2 | -0/+322 |
2019-06-08 | Roll back automatic figure/table numbering in ODT/OpenDocument. | John MacFarlane | 3 | -9/+18 |
2019-06-08 | LaTeX reader: pass through unknown listings language as class. | John MacFarlane | 2 | -7/+21 |
2019-06-08 | PDF via ms: make TOC appear at beginning and in PDF bookmarks. | John MacFarlane | 2 | -2/+8 |
2019-06-07 | LaTeX writer: Include inline code attributes with `--listings`. | John MacFarlane | 2 | -4/+18 |
2019-06-06 | MANUAL.txt, pandoc.cabal: mention Jira as possible target format | Albert Krewinkel | 2 | -3/+5 |
2019-06-05 | Add jira writer (#5548) | Albert Krewinkel | 7 | -0/+1015 |
2019-06-05 | Fix typo in lua documentation. | John MacFarlane | 1 | -1/+1 |
2019-06-04 | Include trailing {}s in raw latex commands. | John MacFarlane | 2 | -2/+13 |
2019-06-04 | Docx reader: Add support for w:rtl (ltr annotation). | John MacFarlane | 2 | -4/+19 |
2019-06-04 | Fix document section assignments in EPUB writer. | John MacFarlane | 2 | -9/+19 |
2019-06-04 | Update pandoc-citeproc and skylighting versions. | John MacFarlane | 3 | -4/+4 |
2019-06-04 | Markdown reader: don't create implicit reference for empty header. | John MacFarlane | 2 | -4/+16 |
2019-06-03 | Avoid unwanted interpretation of def list term as other kind of block, | John MacFarlane | 2 | -4/+12 |
2019-06-01 | Textile writer: fix closing tag for math output | Albert Krewinkel | 2 | -8/+8 |
2019-05-30 | Add unicode code point in "Missing character" warning. | John MacFarlane | 1 | -1/+8 |
2019-05-30 | doc/lua-filters.md: fix typos in pandoc.mediabag docs | Albert Krewinkel | 1 | -2/+2 |
2019-05-30 | Merge pull request #5312 from tarleb/pandoc-mediabag-extension | John MacFarlane | 7 | -6/+236 |
2019-05-30 | Lua modules: test pandoc.mediabag | Albert Krewinkel | 2 | -3/+80 |
2019-05-29 | pandoc.mediabag module: add function `delete` | Albert Krewinkel | 3 | -1/+28 |
2019-05-29 | pandoc.mediabag module: add function `empty` | Albert Krewinkel | 2 | -1/+12 |
2019-05-29 | pandoc.mediabag module: add items function iterating over mediabag | Albert Krewinkel | 5 | -1/+116 |
2019-05-29 | doc/lua-filters.md: improve docs for Version type/constructor | Albert Krewinkel | 1 | -2/+38 |
2019-05-29 | Lua Version type: shorten "version too old" message | Albert Krewinkel | 2 | -2/+2 |
2019-05-29 | Merge pull request #5526 from tarleb/richer-version-type | John MacFarlane | 12 | -23/+353 |
2019-05-29 | Merge pull request #5497 from mb21/html-writer-video-audio | John MacFarlane | 8 | -39/+61 |
2019-05-29 | HTML reader: misc. epub related fixes. | John MacFarlane | 2 | -920/+928 |
2019-05-29 | Lua: add Version type to simplify comparisons | Albert Krewinkel | 12 | -23/+353 |
2019-05-29 | HTML writer: output video and audio elements | mb21 | 8 | -37/+52 |
2019-05-29 | Text.Pandoc.MIME: add mediaCategory [API change] | mb21 | 1 | -2/+9 |
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 | 6 | -8/+8 |