summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-01-02Removed redundant subtitle in titlestalmon
2018-01-01Lua.Module.Utils: make stringify work on MetaValues.John MacFarlane
2017-12-31Docx reader: minor cleanup.Jesse Rosenthal
2017-12-31Docx reader: tests for overlapping targets (anchor spans).Jesse Rosenthal
2017-12-31Docx Reader: Combine adjacent anchors.Jesse Rosenthal
2017-12-30Markdown reader: Avoid parsing raw tex unless \ + letter seen.John MacFarlane
2017-12-30LaTeX reader: Simplified a check for raw tex command.John MacFarlane
2017-12-30Docx reader: tests for removing unused anchors.Jesse Rosenthal
2017-12-30Docx reader: Remove unused anchors.Jesse Rosenthal
2017-12-30Improve benchmarks.John MacFarlane