aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-10RST reader: keep `name` property in `imgAttr`. (#5637)Brian Leung1-1/+1
2019-07-10Extensions.hs fix typo in PHP Markdown commentMauro Bieg1-1/+1
2019-07-06Markdown reader: handle inline code more eagerly within lists. (#5628)Brian Leung1-5/+7
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland10-22/+19
2019-06-23Update Lua function names in pandoc.systemniszet1-2/+2
2019-06-21JATS Writer: do not emit empty <fn-group> (#5595)Mauro Bieg1-1/+3
2019-06-21Support epigraph command in LaTeX Reader.oquechy1-0/+8
2019-06-14Powerpoint code formatting is now context dependent (#5573)Jeroen de Haas2-21/+53
2019-06-13Don't look for template files remotely for remote input.John MacFarlane1-1/+10
2019-06-12OpenDocument writer: Avoid duplicate attributes.John MacFarlane1-20/+23
2019-06-12Lua: add a `clone()` method to all AST elements (#5572)Albert Krewinkel2-1/+50
2019-06-11LaTeX writer: Don't highlight code in headings.John MacFarlane1-3/+4
2019-06-11JATS writer: ensure validity of pub-date.John MacFarlane1-0/+22
2019-06-11JATS writer: don't use break element for LineBreak.John MacFarlane1-1/+2
2019-06-11JATS writer: wrap elements with p when needed.John MacFarlane1-5/+43
2019-06-10LaTeX writer: Use mbox to get proper behavior inside `\sout`.John MacFarlane1-6/+6
2019-06-10Asciidoc writer: use doubled ## when necessary for spans.John MacFarlane1-1/+3
2019-06-10Asciidoc writer: ensure correct nesting strong/emph.John MacFarlane1-0/+2
2019-06-09DocBook reader: Issue IgnoredElement warnings.John MacFarlane1-28/+37
2019-06-09FB2 reader: skip unknown elements rather than throwing errors.John MacFarlane1-20/+39
2019-06-09Logging: Added IgnoredElement constructor for LogMessage.John MacFarlane1-0/+6
2019-06-08Roll back automatic figure/table numbering in ODT/OpenDocument.John MacFarlane1-2/+11
2019-06-08LaTeX reader: pass through unknown listings language as class.John MacFarlane1-7/+13
2019-06-08PDF via ms: make TOC appear at beginning and in PDF bookmarks.John MacFarlane1-2/+2
2019-06-07LaTeX writer: Include inline code attributes with `--listings`.John MacFarlane1-4/+12
2019-06-05Add jira writer (#5548)Albert Krewinkel2-0/+325
2019-06-04Include trailing {}s in raw latex commands.John MacFarlane1-2/+7
2019-06-04Docx reader: Add support for w:rtl (ltr annotation).John MacFarlane2-4/+19
2019-06-04Fix document section assignments in EPUB writer.John MacFarlane1-4/+7
2019-06-04Markdown reader: don't create implicit reference for empty header.John MacFarlane1-4/+7
2019-06-03Avoid unwanted interpretation of def list term as other kind of block,John MacFarlane1-4/+4
2019-06-01Textile writer: fix closing tag for math outputAlbert Krewinkel1-1/+1
2019-05-30Add unicode code point in "Missing character" warning.John MacFarlane1-1/+8
2019-05-29pandoc.mediabag module: add function `delete`Albert Krewinkel2-1/+16
2019-05-29pandoc.mediabag module: add function `empty`Albert Krewinkel1-0/+6
2019-05-29pandoc.mediabag module: add items function iterating over mediabagAlbert Krewinkel3-1/+88
2019-05-29Lua Version type: shorten "version too old" messageAlbert Krewinkel1-1/+1
2019-05-29Merge pull request #5526 from tarleb/richer-version-typeJohn MacFarlane6-3/+189
2019-05-29Merge pull request #5497 from mb21/html-writer-video-audioJohn MacFarlane2-34/+37
2019-05-29HTML reader: misc. epub related fixes.John MacFarlane1-30/+41
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel6-3/+189
2019-05-29HTML writer: output video and audio elementsmb212-32/+28
2019-05-29Text.Pandoc.MIME: add mediaCategory [API change]mb211-2/+9
2019-05-28HTML writer: emit empty alt tag in figures (#5518)Mauro Bieg1-1/+1
2019-05-28Fix handling of `file:` URL scheme in `downloadOrRead` (#5522)Mauro Bieg1-2/+2
2019-05-27EPUB writer: don't include 'landmarks' if there aren't any.John MacFarlane1-9/+10
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg5-41/+23
2019-05-25Muse reader: allow images inside link descriptionsAlexander Krotov1-5/+4
2019-05-25HTML reader: trim definition list termsAlexander Krotov1-1/+1
2019-05-25Muse writer: do not escape empty line after <br>Alexander Krotov1-4/+5