aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-13Don't look for template files remotely for remote input.John MacFarlane1-1/+10
2019-06-12OpenDocument writer: Avoid duplicate attributes.John MacFarlane2-21/+24
2019-06-12Lua: add a `clone()` method to all AST elements (#5572)Albert Krewinkel5-1/+112
2019-06-11Add Jira in trypandocJohn MacFarlane1-0/+1
2019-06-11Update manual date, readme, man page.John MacFarlane3-13/+67
2019-06-11Update changelog.John MacFarlane1-5/+35
2019-06-11LaTeX writer: Don't highlight code in headings.John MacFarlane2-3/+12
2019-06-11Revert "JATS template: don't include journal-meta unless 'journal'..."John MacFarlane2-2/+7
2019-06-11JATS template: don't include journal-meta unless 'journal'...John MacFarlane2-7/+2
2019-06-11JATS writer: ensure validity of pub-date.John MacFarlane3-14/+30
2019-06-11JATS writer: don't use break element for LineBreak.John MacFarlane2-2/+4
2019-06-11JATS writer: don't embed string-name in string.John MacFarlane2-6/+2
2019-06-11test/lua/module/pandoc.lua: fix non-determinism in testAlbert Krewinkel1-4/+11
2019-06-11data/pandoc.lua: fix deletion of nonexistent attributesAlbert Krewinkel2-1/+10
2019-06-11Lua pandoc module: better tests for Attr and AttributeListAlbert Krewinkel1-0/+65
2019-06-11JATS writer: wrap elements with p when needed.John MacFarlane2-18/+64
2019-06-10LaTeX writer: Use mbox to get proper behavior inside `\sout`.John MacFarlane3-7/+17
2019-06-10Asciidoc writer: use doubled ## when necessary for spans.John MacFarlane2-1/+9
2019-06-10Asciidoc writer: ensure correct nesting strong/emph.John MacFarlane2-0/+8
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-09Muse reader: test that links inside image descriptions workAlexander Krotov1-0/+3
2019-06-08Edit changelog.John MacFarlane1-221/+199
2019-06-08Update changelog provisionally, update AUTHORS.John MacFarlane2-0/+322
2019-06-08Roll back automatic figure/table numbering in ODT/OpenDocument.John MacFarlane3-9/+18
2019-06-08LaTeX reader: pass through unknown listings language as class.John MacFarlane2-7/+21
2019-06-08PDF via ms: make TOC appear at beginning and in PDF bookmarks.John MacFarlane2-2/+8
2019-06-07LaTeX writer: Include inline code attributes with `--listings`.John MacFarlane2-4/+18
2019-06-06MANUAL.txt, pandoc.cabal: mention Jira as possible target formatAlbert Krewinkel2-3/+5
2019-06-05Add jira writer (#5548)Albert Krewinkel7-0/+1015
2019-06-05Fix typo in lua documentation.John MacFarlane1-1/+1
2019-06-04Include trailing {}s in raw latex commands.John MacFarlane2-2/+13
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 MacFarlane2-9/+19
2019-06-04Update pandoc-citeproc and skylighting versions.John MacFarlane3-4/+4
2019-06-04Markdown reader: don't create implicit reference for empty header.John MacFarlane2-4/+16
2019-06-03Avoid unwanted interpretation of def list term as other kind of block,John MacFarlane2-4/+12
2019-06-01Textile writer: fix closing tag for math outputAlbert Krewinkel2-8/+8
2019-05-30Add unicode code point in "Missing character" warning.John MacFarlane1-1/+8
2019-05-30doc/lua-filters.md: fix typos in pandoc.mediabag docsAlbert Krewinkel1-2/+2
2019-05-30Merge pull request #5312 from tarleb/pandoc-mediabag-extensionJohn MacFarlane7-6/+236
2019-05-30Lua modules: test pandoc.mediabagAlbert Krewinkel2-3/+80
2019-05-29pandoc.mediabag module: add function `delete`Albert Krewinkel3-1/+28
2019-05-29pandoc.mediabag module: add function `empty`Albert Krewinkel2-1/+12
2019-05-29pandoc.mediabag module: add items function iterating over mediabagAlbert Krewinkel5-1/+116
2019-05-29doc/lua-filters.md: improve docs for Version type/constructorAlbert Krewinkel1-2/+38
2019-05-29Lua Version type: shorten "version too old" messageAlbert Krewinkel2-2/+2
2019-05-29Merge pull request #5526 from tarleb/richer-version-typeJohn MacFarlane12-23/+353
2019-05-29Merge pull request #5497 from mb21/html-writer-video-audioJohn MacFarlane8-39/+61