aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-07More RELEASE_CHECKLIST tweaks.2.1John MacFarlane
2018-01-07Update RELEASE_CHECKLIST.John MacFarlane
2018-01-07Update changelog and man page.John MacFarlane
2018-01-07Use latest skylighting and omit the 'missingincludes' check.John MacFarlane
2018-01-07data/pandoc.lua: fix docstringsAlbert Krewinkel
2018-01-07data/pandoc.lua: make Attr an AstElementAlbert Krewinkel
2018-01-07data/pandoc.lua: drop 'pandoc-api-version' from Pandoc objectsAlbert Krewinkel
2018-01-07Lua: make pandoc-types version available as PANDOC_API_VERSIONAlbert Krewinkel
2018-01-07Lua: make pandoc version available as PANDOC_VERSIONAlbert Krewinkel
2018-01-07data/pandoc.lua: make all types subtypes of AstElementAlbert Krewinkel
2018-01-06data/pandoc.lua: split type and behavior tablesAlbert Krewinkel
2018-01-06data/pandoc.lua: rename Element to AstElementAlbert Krewinkel
2018-01-06data/pandoc.lua: remove dead codeAlbert Krewinkel
2018-01-06data/pandoc.lua: fix Element inheritanceAlbert Krewinkel
2018-01-06Don't use `missingIncludes` unless custom syntax defs have been given.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2018-01-05data/pandoc.lua: fix attribute names of CitationAlbert Krewinkel
2018-01-04Use hslua utils where possibleAlbert Krewinkel
2018-01-04Bump hslua version to 0.9.5Albert Krewinkel
2018-01-04Powerpoint writer: remove some code duplication.Jesse Rosenthal
2018-01-03Powerpoint writer: Ignore Notes divJesse Rosenthal
2018-01-03Powerpoint writer: Set default slidelevel correctly.Jesse Rosenthal
2018-01-03Powerpoint writer: Split blocks correctly for linked imagesJesse Rosenthal
2018-01-03Powerpoint writer: combine adjacent runs.Jesse Rosenthal
2018-01-03Powerpoint writer: Fix new replaceNamedChildrenJesse Rosenthal
2018-01-03PowerPoint writer: make inline code inherit code size.Jesse Rosenthal
2018-01-03Powerpoint writer: simplify replaceNamedChildren functionJesse Rosenthal
2018-01-03Powerpoint writer: code cleanupJesse Rosenthal
2018-01-03Powerpoint writer: Allow linked images.Jesse Rosenthal
2018-01-03Use latest pandoc-citeproc.John MacFarlane
2018-01-03PowerPoint writer: Fix error with empty table cell.Jesse Rosenthal
2018-01-03Powerpoint writer: Fix compiler error (again)Jesse Rosenthal
2018-01-03Powerpoint writer: Appease compilerJesse Rosenthal
2018-01-03Powerpoint writer: Implement two-column slides.Jesse Rosenthal
2018-01-02Use latest pandoc-citeproc.John MacFarlane
2018-01-02Use latest pandoc-citeproc.John MacFarlane
2018-01-02Merge pull request #4219 from stalmon/masterJohn MacFarlane
2018-01-02MANUAL.txt: add information about paragraph insertion/deletionJesse Rosenthal
2018-01-02Revert "MANUAL.txt: add information about paragraph insertion/deletion."Jesse Rosenthal
2018-01-02Docx reader: remove MultiWayIfJesse Rosenthal
2018-01-02MANUAL.txt: add information about paragraph insertion/deletion.Jesse Rosenthal
2018-01-02Docx reader: Add tests for paragraph insertion/deletion.Jesse Rosenthal
2018-01-02Docx reader: Allow for insertion/deletion of paragraphs.Jesse Rosenthal
2018-01-02Docx reader: Parse track changes info into paragraph props.Jesse Rosenthal
2018-01-02Docx reader: Extract tracked changes type from parpart.Jesse Rosenthal
2018-01-02firstRow table definition compatibility for Word 2016Sebastian Talmon
2018-01-01Docx writer: Fix custom styles with spaces in the name.John MacFarlane
2018-01-01Revert "Travis: try running tests single-threaded."John MacFarlane
2018-01-01Travis: try running tests single-threaded.John MacFarlane
2018-01-01Markdown reader: rewrite inlinesInBalancedBrackets.John MacFarlane