aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-01-07Use latest skylighting and omit the 'missingincludes' check.John MacFarlane1-11/+1
2018-01-07Lua: make pandoc-types version available as PANDOC_API_VERSIONAlbert Krewinkel1-0/+3
2018-01-07Lua: make pandoc version available as PANDOC_VERSIONAlbert Krewinkel1-0/+4
2018-01-06Don't use `missingIncludes` unless custom syntax defs have been given.John MacFarlane1-1/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel91-187/+187
2018-01-05data/pandoc.lua: fix attribute names of CitationAlbert Krewinkel1-6/+6
2018-01-04Use hslua utils where possibleAlbert Krewinkel4-33/+16
2018-01-04Powerpoint writer: remove some code duplication.Jesse Rosenthal1-10/+3
2018-01-03Powerpoint writer: Ignore Notes divJesse Rosenthal1-0/+1
2018-01-03Powerpoint writer: Set default slidelevel correctly.Jesse Rosenthal1-1/+2
2018-01-03Powerpoint writer: Split blocks correctly for linked imagesJesse Rosenthal1-10/+15
2018-01-03Powerpoint writer: combine adjacent runs.Jesse Rosenthal1-2/+19
2018-01-03Powerpoint writer: Fix new replaceNamedChildrenJesse Rosenthal1-11/+9
2018-01-03PowerPoint writer: make inline code inherit code size.Jesse Rosenthal1-6/+6
2018-01-03Powerpoint writer: simplify replaceNamedChildren functionJesse Rosenthal1-9/+17
2018-01-03Powerpoint writer: code cleanupJesse Rosenthal1-103/+0
2018-01-03Powerpoint writer: Allow linked images.Jesse Rosenthal1-11/+32
2018-01-03PowerPoint writer: Fix error with empty table cell.Jesse Rosenthal1-6/+10
2018-01-03Powerpoint writer: Fix compiler error (again)Jesse Rosenthal1-3/+3
2018-01-03Powerpoint writer: Appease compilerJesse Rosenthal1-8/+11
2018-01-03Powerpoint writer: Implement two-column slides.Jesse Rosenthal1-12/+95
2018-01-02Merge pull request #4219 from stalmon/masterJohn MacFarlane1-4/+2
2018-01-02Docx reader: remove MultiWayIfJesse Rosenthal1-38/+39
2018-01-02Docx reader: Allow for insertion/deletion of paragraphs.Jesse Rosenthal1-4/+44
2018-01-02Docx reader: Parse track changes info into paragraph props.Jesse Rosenthal1-15/+27
2018-01-02Docx reader: Extract tracked changes type from parpart.Jesse Rosenthal2-6/+19
2018-01-02firstRow table definition compatibility for Word 2016Sebastian Talmon1-1/+1
2018-01-01Docx writer: Fix custom styles with spaces in the name.John MacFarlane1-1/+1
2018-01-01Markdown reader: rewrite inlinesInBalancedBrackets.John MacFarlane1-19/+13
2018-01-02Removed redundant subtitle in titlestalmon1-3/+1
2018-01-01Lua.Module.Utils: make stringify work on MetaValues.John MacFarlane1-1/+4
2017-12-31Docx reader: minor cleanup.Jesse Rosenthal1-1/+2
2017-12-31Docx Reader: Combine adjacent anchors.Jesse Rosenthal1-20/+47
2017-12-30Markdown reader: Avoid parsing raw tex unless \ + letter seen.John MacFarlane1-1/+2
2017-12-30LaTeX reader: Simplified a check for raw tex command.John MacFarlane1-2/+2
2017-12-30Docx reader: Remove unused anchors.Jesse Rosenthal1-5/+27
2017-12-31Muse reader: automatically translate #cover into #cover-imageAlexander Krotov1-1/+3
2017-12-30Muse writer: don't escape URIs from ASTAlexander Krotov1-1/+1
2017-12-30Docx reader: Read multiple children of w:sdtContents`Jesse Rosenthal1-5/+9
2017-12-29Lua filters: stop exporting pushPandocModuleAlbert Krewinkel1-6/+0
2017-12-29data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel3-13/+8
2017-12-28Merge pull request #4170 from oltolm/opendocumentJohn MacFarlane2-9/+49
2017-12-28Class: make FileTree opaque.John MacFarlane1-1/+1
2017-12-28Filter changes.John MacFarlane1-34/+46
2017-12-28improve formatting of formulas in OpenDocumentoltolm2-9/+49
2017-12-28Alphabetical order Extension constructors.John MacFarlane1-61/+61
2017-12-28Changed format of --list-extensions.John MacFarlane1-4/+3
2017-12-28Powerpoint writer tests: use IO.John MacFarlane1-2/+2
2017-12-28Moved makeCanoncial definition out of ifdef!John MacFarlane1-9/+11
2017-12-28Class: use makeCanonical for normalization in FileTree and data files.John MacFarlane1-8/+11