aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-05data/pandoc.lua: fix attribute names of CitationAlbert Krewinkel2-19/+21
2018-01-04Use hslua utils where possibleAlbert Krewinkel4-33/+16
2018-01-04Bump hslua version to 0.9.5Albert Krewinkel3-2/+3
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 Rosenthal2-2/+3
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-03Use latest pandoc-citeproc.John MacFarlane2-2/+2
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-02Use latest pandoc-citeproc.John MacFarlane2-2/+2
2018-01-02Use latest pandoc-citeproc.John MacFarlane2-2/+2
2018-01-02Merge pull request #4219 from stalmon/masterJohn MacFarlane1-4/+2
2018-01-02MANUAL.txt: add information about paragraph insertion/deletionJesse Rosenthal1-2/+5
2018-01-02Revert "MANUAL.txt: add information about paragraph insertion/deletion."Jesse Rosenthal1-163/+160
2018-01-02Docx reader: remove MultiWayIfJesse Rosenthal1-38/+39
2018-01-02MANUAL.txt: add information about paragraph insertion/deletion.Jesse Rosenthal1-160/+163
2018-01-02Docx reader: Add tests for paragraph insertion/deletion.Jesse Rosenthal5-0/+19
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-01Revert "Travis: try running tests single-threaded."John MacFarlane1-2/+2
2018-01-01Travis: try running tests single-threaded.John MacFarlane1-2/+2
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: tests for overlapping targets (anchor spans).Jesse Rosenthal3-0/+7
2017-12-31Docx Reader: Combine adjacent anchors.Jesse Rosenthal2-22/+49
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: tests for removing unused anchors.Jesse Rosenthal3-0/+7
2017-12-30Docx reader: Remove unused anchors.Jesse Rosenthal1-5/+27
2017-12-30Improve benchmarks.John MacFarlane1-40/+43
2017-12-31Muse reader: automatically translate #cover into #cover-imageAlexander Krotov1-1/+3
2017-12-30Improved benchmark argument parsing.John MacFarlane1-10/+5
2017-12-30Fixed small bug in README generation.John MacFarlane2-7/+5
2017-12-30Use gfm for generated README.md.John MacFarlane2-144/+127
2017-12-30Muse reader: enable round trip testAlexander Krotov1-10/+9
2017-12-30Muse writer: don't escape URIs from ASTAlexander Krotov1-1/+1