aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-29HTML reader: misc. epub related fixes.John MacFarlane2-920/+928
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel12-23/+353
2019-05-29HTML writer: output video and audio elementsmb218-37/+52
2019-05-29Text.Pandoc.MIME: add mediaCategory [API change]mb211-2/+9
2019-05-28Remove command test for #5517.John MacFarlane1-32/+0
2019-05-28HTML writer: emit empty alt tag in figures (#5518)Mauro Bieg6-8/+8
2019-05-28MANUAL: add note about title-meta, author-meta, date-meta.John MacFarlane1-0/+6
2019-05-28Add test for relative file: URI to #5517.John MacFarlane1-0/+6
2019-05-28Fix handling of `file:` URL scheme in `downloadOrRead` (#5522)Mauro Bieg2-2/+28
2019-05-27Specify skylighting 0.8 as extra-deps.John MacFarlane1-0/+2
2019-05-27EPUB writer: don't include 'landmarks' if there aren't any.John MacFarlane1-9/+10
2019-05-27Use skylighting 0.8.John MacFarlane3-29/+33
2019-05-27consolidate simple-table detection (#5524)Mauro Bieg6-42/+24
2019-05-25Muse reader: allow images inside link descriptionsAlexander Krotov2-5/+7
2019-05-25HTML reader: trim definition list termsAlexander Krotov2-1/+18
2019-05-25Muse writer: do not escape empty line after <br>Alexander Krotov2-4/+6
2019-05-23Disable missing-home-modules warning in stack.yaml.John MacFarlane1-1/+1
2019-05-23Revert "appveyor - temporarily stop building pandoc-citeproc."John MacFarlane1-4/+4
2019-05-22appveyor - temporarily stop building pandoc-citeproc.John MacFarlane1-4/+4
2019-05-22Markdown writer: Ensure the code fence is long enough.John MacFarlane2-11/+24
2019-05-21Makefile: remove --resolver= from targets.John MacFarlane1-5/+5
2019-05-21Markdown writer: fix small error in ed73bd28Jesse Rosenthal1-4/+3
2019-05-21Markdown writer: Handle labels with integer namesJesse Rosenthal2-3/+38
2019-05-20Improve output of Lua tests (#5499)Albert Krewinkel8-165/+202
2019-05-18Add tex_math_dollars to multimarkdownExtensions.John MacFarlane1-0/+1
2019-05-17Use new code signing cert for Windows.John MacFarlane1-1/+1
2019-05-17Bump to 2.7.3John MacFarlane1-1/+1
2019-05-16JATS writer: properly handle footnotes.John MacFarlane3-31/+56
2019-05-15FB2 writer: do not wrap note references into <sup> and bracketsAlexander Krotov3-18/+6
2019-05-15hlint FB2 writerAlexander Krotov1-27/+22
2019-05-15Fix using Beamer with geometry (#5505)Daniel Maslowski1-0/+4
2019-05-13Org reader: fix planning elements in headers level 3 and higherAlbert Krewinkel2-1/+25
2019-05-13Org reader: omit, but warn about unknown export optionsAlbert Krewinkel4-4/+38
2019-05-12add test/tables.xwiki to git and pandoc.cabal (#5498)Mauro Bieg2-0/+47
2019-05-12Org writer: always indent src blocks content by 2 spacesAlbert Krewinkel3-29/+27
2019-05-11FB2 reader: add notes parsing testAlexander Krotov3-0/+24
2019-05-11FB2 reader: parse notesAlexander Krotov1-3/+51