aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-10RST reader: better handling for headers with an anchor.John MacFarlane2-2/+45
2018-01-09Fixed a test case so it works on windows too.John MacFarlane1-1/+1
2018-01-09HTML writer: Fixed footnote backlinks with --id-prefix.John MacFarlane2-1/+13
2018-01-09Bump criterion upper bound.John MacFarlane1-1/+1
2018-01-09data/pandoc.lua: fix access to Attr componentsAlbert Krewinkel1-6/+4
2018-01-09data/pandoc.lua: slightly de-complicate accessor codeAlbert Krewinkel1-20/+20
2018-01-08Allow tasty 1.0.John MacFarlane2-2/+3
2018-01-08data/pandoc.lua: cleanup code, remove cruftAlbert Krewinkel2-83/+92
2018-01-08MANUAL.txt update ICML linkmb211-1/+1
2018-01-07Fixed an item that went missing in changelog for 2.1.John MacFarlane1-0/+2
2018-01-07Added oltolm to AUTHORSJohn MacFarlane1-0/+1
2018-01-07More RELEASE_CHECKLIST tweaks.John MacFarlane1-2/+2
2018-01-07Update RELEASE_CHECKLIST.John MacFarlane1-3/+3
2018-01-07Update changelog and man page.John MacFarlane4-157/+317
2018-01-07Use latest skylighting and omit the 'missingincludes' check.John MacFarlane4-14/+5
2018-01-07data/pandoc.lua: fix docstringsAlbert Krewinkel2-9/+20
2018-01-07data/pandoc.lua: make Attr an AstElementAlbert Krewinkel1-9/+7
2018-01-07data/pandoc.lua: drop 'pandoc-api-version' from Pandoc objectsAlbert Krewinkel1-4/+2
2018-01-07Lua: make pandoc-types version available as PANDOC_API_VERSIONAlbert Krewinkel2-1/+11
2018-01-07Lua: make pandoc version available as PANDOC_VERSIONAlbert Krewinkel2-13/+29
2018-01-07data/pandoc.lua: make all types subtypes of AstElementAlbert Krewinkel1-25/+28
2018-01-06data/pandoc.lua: split type and behavior tablesAlbert Krewinkel1-51/+83
2018-01-06data/pandoc.lua: rename Element to AstElementAlbert Krewinkel1-9/+9
2018-01-06data/pandoc.lua: remove dead codeAlbert Krewinkel1-6/+2
2018-01-06data/pandoc.lua: fix Element inheritanceAlbert Krewinkel1-2/+3
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 Krewinkel101-212/+213
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