aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-18Move a comment in Muse WriterAlexander Krotov1-1/+1
2019-02-16doc/lua-filters.md: fixed typos in mediabag docs.Albert Krewinkel1-3/+3
2019-02-16T.P.Lua: split StackInstances into smaller Marshaling modulesAlbert Krewinkel12-175/+240
2019-02-16T.P.Lua: get CommonState from Lua globalAlbert Krewinkel3-54/+64
2019-02-15ipynb writer: don't create attachments for images with absolute URIs.John MacFarlane1-2/+3
2019-02-15Markdown reader: fix bug parsing fenced code blocks.John MacFarlane2-2/+27
2019-02-15Use latest pandoc-citeproc (0.16.1).John MacFarlane2-2/+2
2019-02-15Revert "JATS writer: Support citations."John MacFarlane1-4/+3
2019-02-15JATS writer: Support citations.John MacFarlane1-3/+4
2019-02-15JATS reader: handle citations with multiple references.John MacFarlane1-7/+10
2019-02-14Delete default.nix.John MacFarlane1-96/+0
2019-02-12Docx reader: Add test for reading sdts in footnotes.Jesse Rosenthal3-0/+5
2019-02-12Docx reader: unwrap sdt elements in footnotes and comments.Jesse Rosenthal1-3/+3
2019-02-11CircleCI: show build.log on cabal builds.John MacFarlane1-0/+1
2019-02-11Remove redundant import.John MacFarlane1-1/+0
2019-02-10ipynb writer: keep plain text fallbacks in output...John MacFarlane1-26/+14
2019-02-10Implement aria roles doc-bibliography, doc-biblioentry, doc-biblioref.John MacFarlane1-2/+10
2019-02-10trypandoc: added some missing formats to drop-down list.John MacFarlane1-2/+8
2019-02-10Provisional changelog updates.John MacFarlane1-0/+138
2019-02-10Bump to 2.6.1.John MacFarlane1-1/+1
2019-02-10Update AUTHORS.John MacFarlane1-0/+1
2019-02-10Use latest skylighting.John MacFarlane6-5/+7
2019-02-10JATS writer: wrap figure caption in <p> to fix validation (#5292)Mauro Bieg2-2/+2
2019-02-10Add JATS to output option on Try pandoc. (#5291)Arfon Smith1-0/+1
2019-02-09Added simple ipynb reader/writer tests.John MacFarlane5-0/+101
2019-02-09ipynb writer - ensure final newline.John MacFarlane1-0/+1
2019-02-09Add titlepage class to section in epub3 template.John MacFarlane1-1/+1
2019-02-09Lua filters: load module `pandoc` before calling `init.lua` (#5287)Albert Krewinkel3-22/+37
2019-02-09Added support for the `subject` metadata variable to PDF. (#5289)Pascal Wagler2-1/+4
2019-02-09T.P.Lua: properly indent module-loading errorAlbert Krewinkel1-1/+1
2019-02-09data/pandoc.lua: re-export all bundled modulesAlbert Krewinkel3-11/+20
2019-02-09Fixed asciidoc display math in list contexts.John MacFarlane3-19/+48
2019-02-09Asciidoctor writer sets the stem attribute if it contains latexmathTG3-1/+11
2019-02-09Adds Asciidoctor sprcific writer and testsTG9-16/+794
2019-02-09AsciiDoc Writer: DisplayMath as asciidoc latexmath blockTG3-3/+10
2019-02-09AsciiDoc writer: change bulletListLevel and orderedListLevel...John MacFarlane1-4/+4
2019-02-08Improve tight/loose list handling.John MacFarlane2-2/+24
2019-02-08Fix misleading code comment.John MacFarlane1-2/+1
2019-02-08Make --metadata-file use pandoc-markdown (#5279)Mauro Bieg1-1/+2
2019-02-08Small fix in lua-filters doc.John MacFarlane1-1/+1
2019-02-08Use latest basement/foundation on 32bit windows.John MacFarlane1-2/+3
2019-02-08Docx reader: fix paths in archive to prevent Windows failureJesse Rosenthal1-1/+6
2019-02-07Revert "Docx reader: Fix windows error"Jesse Rosenthal1-2/+1
2019-02-07Docx reader: Fix windows errorJesse Rosenthal1-1/+2
2019-02-07Use pandoc-citeproc-0.16.0.2John MacFarlane2-2/+2
2019-02-07Docx reader: Some code cleanupJesse Rosenthal1-15/+25
2019-02-07Docx reader: Extend dynamic xml location to detecting relationshipsJesse Rosenthal1-12/+19
2019-02-07data/pandoc.lua: re-export List and utils moduleAlbert Krewinkel2-1/+25
2019-02-06Docx reader: Tests for alternate document.xmlJesse Rosenthal3-2/+9
2019-02-06Docx reader: Dynamically determine document.xml path.Jesse Rosenthal1-3/+12