Age | Commit message (Expand) | Author | Files | Lines |
2019-06-11 | JATS writer: wrap elements with p when needed. | John MacFarlane | 1 | -5/+43 |
2019-06-10 | LaTeX writer: Use mbox to get proper behavior inside `\sout`. | John MacFarlane | 1 | -6/+6 |
2019-06-10 | Asciidoc writer: use doubled ## when necessary for spans. | John MacFarlane | 1 | -1/+3 |
2019-06-10 | Asciidoc writer: ensure correct nesting strong/emph. | John MacFarlane | 1 | -0/+2 |
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-08 | Roll back automatic figure/table numbering in ODT/OpenDocument. | John MacFarlane | 1 | -2/+11 |
2019-06-08 | LaTeX reader: pass through unknown listings language as class. | John MacFarlane | 1 | -7/+13 |
2019-06-08 | PDF via ms: make TOC appear at beginning and in PDF bookmarks. | John MacFarlane | 1 | -2/+2 |
2019-06-07 | LaTeX writer: Include inline code attributes with `--listings`. | John MacFarlane | 1 | -4/+12 |
2019-06-05 | Add jira writer (#5548) | Albert Krewinkel | 2 | -0/+325 |
2019-06-04 | Include trailing {}s in raw latex commands. | John MacFarlane | 1 | -2/+7 |
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 | 1 | -4/+7 |
2019-06-04 | Markdown reader: don't create implicit reference for empty header. | John MacFarlane | 1 | -4/+7 |
2019-06-03 | Avoid unwanted interpretation of def list term as other kind of block, | John MacFarlane | 1 | -4/+4 |
2019-06-01 | Textile writer: fix closing tag for math output | Albert Krewinkel | 1 | -1/+1 |
2019-05-30 | Add unicode code point in "Missing character" warning. | John MacFarlane | 1 | -1/+8 |
2019-05-29 | pandoc.mediabag module: add function `delete` | Albert Krewinkel | 2 | -1/+16 |
2019-05-29 | pandoc.mediabag module: add function `empty` | Albert Krewinkel | 1 | -0/+6 |
2019-05-29 | pandoc.mediabag module: add items function iterating over mediabag | Albert Krewinkel | 3 | -1/+88 |
2019-05-29 | Lua Version type: shorten "version too old" message | Albert Krewinkel | 1 | -1/+1 |
2019-05-29 | Merge pull request #5526 from tarleb/richer-version-type | John MacFarlane | 6 | -3/+189 |
2019-05-29 | Merge pull request #5497 from mb21/html-writer-video-audio | John MacFarlane | 2 | -34/+37 |
2019-05-29 | HTML reader: misc. epub related fixes. | John MacFarlane | 1 | -30/+41 |
2019-05-29 | Lua: add Version type to simplify comparisons | Albert Krewinkel | 6 | -3/+189 |
2019-05-29 | HTML writer: output video and audio elements | mb21 | 2 | -32/+28 |
2019-05-29 | Text.Pandoc.MIME: add mediaCategory [API change] | mb21 | 1 | -2/+9 |
2019-05-28 | HTML writer: emit empty alt tag in figures (#5518) | Mauro Bieg | 1 | -1/+1 |
2019-05-28 | Fix handling of `file:` URL scheme in `downloadOrRead` (#5522) | Mauro Bieg | 1 | -2/+2 |
2019-05-27 | EPUB writer: don't include 'landmarks' if there aren't any. | John MacFarlane | 1 | -9/+10 |
2019-05-27 | consolidate simple-table detection (#5524) | Mauro Bieg | 5 | -41/+23 |
2019-05-25 | Muse reader: allow images inside link descriptions | Alexander Krotov | 1 | -5/+4 |
2019-05-25 | HTML reader: trim definition list terms | Alexander Krotov | 1 | -1/+1 |
2019-05-25 | Muse writer: do not escape empty line after <br> | Alexander Krotov | 1 | -4/+5 |
2019-05-22 | Markdown writer: Ensure the code fence is long enough. | John MacFarlane | 1 | -11/+10 |
2019-05-21 | Markdown writer: fix small error in ed73bd28 | Jesse Rosenthal | 1 | -4/+3 |
2019-05-21 | Markdown writer: Handle labels with integer names | Jesse Rosenthal | 1 | -3/+20 |
2019-05-18 | Add tex_math_dollars to multimarkdownExtensions. | John MacFarlane | 1 | -0/+1 |
2019-05-16 | JATS writer: properly handle footnotes. | John MacFarlane | 1 | -7/+24 |
2019-05-15 | FB2 writer: do not wrap note references into <sup> and brackets | Alexander Krotov | 1 | -1/+1 |
2019-05-15 | hlint FB2 writer | Alexander Krotov | 1 | -27/+22 |
2019-05-13 | Org reader: fix planning elements in headers level 3 and higher | Albert Krewinkel | 1 | -1/+1 |
2019-05-13 | Org reader: omit, but warn about unknown export options | Albert Krewinkel | 3 | -4/+20 |
2019-05-12 | Org writer: always indent src blocks content by 2 spaces | Albert Krewinkel | 1 | -3/+1 |
2019-05-11 | FB2 reader: parse notes | Alexander Krotov | 1 | -3/+51 |
2019-05-11 | FB2 reader: use XML.Light.Input.parseXMLDoc to parse the root element | Alexander Krotov | 1 | -12/+11 |
2019-05-11 | Reduce the amount of state in FB2 reader | Alexander Krotov | 1 | -1/+3 |
2019-05-11 | FB2 reader: use Text.XML.Light.unqual where possible | Alexander Krotov | 1 | -8/+8 |