aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-11Add Jira in trypandoc2.7.3John MacFarlane
2019-06-11Update manual date, readme, man page.John MacFarlane
2019-06-11Update changelog.John MacFarlane
2019-06-11LaTeX writer: Don't highlight code in headings.John MacFarlane
2019-06-11Revert "JATS template: don't include journal-meta unless 'journal'..."John MacFarlane
2019-06-11JATS template: don't include journal-meta unless 'journal'...John MacFarlane
2019-06-11JATS writer: ensure validity of pub-date.John MacFarlane
2019-06-11JATS writer: don't use break element for LineBreak.John MacFarlane
2019-06-11JATS writer: don't embed string-name in string.John MacFarlane
2019-06-11test/lua/module/pandoc.lua: fix non-determinism in testAlbert Krewinkel
2019-06-11data/pandoc.lua: fix deletion of nonexistent attributesAlbert Krewinkel
2019-06-11Lua pandoc module: better tests for Attr and AttributeListAlbert Krewinkel
2019-06-11JATS writer: wrap elements with p when needed.John MacFarlane
2019-06-10LaTeX writer: Use mbox to get proper behavior inside `\sout`.John MacFarlane
2019-06-10Asciidoc writer: use doubled ## when necessary for spans.John MacFarlane
2019-06-10Asciidoc writer: ensure correct nesting strong/emph.John MacFarlane
2019-06-09DocBook reader: Issue IgnoredElement warnings.John MacFarlane
2019-06-09FB2 reader: skip unknown elements rather than throwing errors.John MacFarlane
2019-06-09Logging: Added IgnoredElement constructor for LogMessage.John MacFarlane
2019-06-09Muse reader: test that links inside image descriptions workAlexander Krotov
2019-06-08Edit changelog.John MacFarlane
2019-06-08Update changelog provisionally, update AUTHORS.John MacFarlane
2019-06-08Roll back automatic figure/table numbering in ODT/OpenDocument.John MacFarlane
2019-06-08LaTeX reader: pass through unknown listings language as class.John MacFarlane
2019-06-08PDF via ms: make TOC appear at beginning and in PDF bookmarks.John MacFarlane
2019-06-07LaTeX writer: Include inline code attributes with `--listings`.John MacFarlane
2019-06-06MANUAL.txt, pandoc.cabal: mention Jira as possible target formatAlbert Krewinkel
2019-06-05Add jira writer (#5548)Albert Krewinkel
2019-06-05Fix typo in lua documentation.John MacFarlane
2019-06-04Include trailing {}s in raw latex commands.John MacFarlane
2019-06-04Docx reader: Add support for w:rtl (ltr annotation).John MacFarlane
2019-06-04Fix document section assignments in EPUB writer.John MacFarlane
2019-06-04Update pandoc-citeproc and skylighting versions.John MacFarlane
2019-06-04Markdown reader: don't create implicit reference for empty header.John MacFarlane
2019-06-03Avoid unwanted interpretation of def list term as other kind of block,John MacFarlane
2019-06-01Textile writer: fix closing tag for math outputAlbert Krewinkel
2019-05-30Add unicode code point in "Missing character" warning.John MacFarlane
2019-05-30doc/lua-filters.md: fix typos in pandoc.mediabag docsAlbert Krewinkel
2019-05-30Merge pull request #5312 from tarleb/pandoc-mediabag-extensionJohn MacFarlane
2019-05-30Lua modules: test pandoc.mediabagAlbert Krewinkel
2019-05-29pandoc.mediabag module: add function `delete`Albert Krewinkel
2019-05-29pandoc.mediabag module: add function `empty`Albert Krewinkel
2019-05-29pandoc.mediabag module: add items function iterating over mediabagAlbert Krewinkel
2019-05-29doc/lua-filters.md: improve docs for Version type/constructorAlbert Krewinkel
2019-05-29Lua Version type: shorten "version too old" messageAlbert Krewinkel
2019-05-29Merge pull request #5526 from tarleb/richer-version-typeJohn MacFarlane
2019-05-29Merge pull request #5497 from mb21/html-writer-video-audioJohn MacFarlane
2019-05-29HTML reader: misc. epub related fixes.John MacFarlane
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel
2019-05-29HTML writer: output video and audio elementsmb21