Age | Commit message (Expand) | Author | Files | Lines |
2018-01-12 | Lua filters: make PANDOC_READER_OPTIONS available | Albert Krewinkel | 4 | -11/+63 |
2018-01-12 | Powerpoint writer: allow setting toc-title in metadata. | Jesse Rosenthal | 2 | -161/+164 |
2018-01-12 | Move `metaValueToInlines` to T.P.W.Shared | Jesse Rosenthal | 2 | -11/+10 |
2018-01-12 | Powerpoint writer: Set notes slide header with slide-level | Jesse Rosenthal | 1 | -1/+2 |
2018-01-12 | Powerpoint writer: Add table of contents | Jesse Rosenthal | 1 | -2/+33 |
2018-01-12 | Powerpoint writer: Set notes slide number correctly | Jesse Rosenthal | 1 | -10/+8 |
2018-01-12 | Powerpoint writer: Ignore internal links without targets. | Jesse Rosenthal | 1 | -12/+31 |
2018-01-12 | Powerpoint writer: Clean up adding metadata slide | Jesse Rosenthal | 1 | -6/+8 |
2018-01-12 | Powerpoint writer: Add anchor links | Jesse Rosenthal | 1 | -20/+47 |
2018-01-12 | Powerpoint writer: Make the slide number available to the blocks. | Jesse Rosenthal | 1 | -2/+10 |
2018-01-12 | Powerpoint writer: move curSlideId to environment. | Jesse Rosenthal | 1 | -16/+16 |
2018-01-11 | MANUAL.txt: clarify otherlangs in LaTeX. | John MacFarlane | 1 | -14/+5 |
2018-01-10 | LaTeX reader: fix inconsistent column widths. | John MacFarlane | 1 | -2/+2 |
2018-01-10 | RST reader: better handling for headers with an anchor. | John MacFarlane | 2 | -2/+45 |
2018-01-10 | Add header and footer parameters | newmana | 2 | -2/+6 |
2018-01-09 | Fixed a test case so it works on windows too. | John MacFarlane | 1 | -1/+1 |
2018-01-09 | HTML writer: Fixed footnote backlinks with --id-prefix. | John MacFarlane | 2 | -1/+13 |
2018-01-09 | Bump criterion upper bound. | John MacFarlane | 1 | -1/+1 |
2018-01-09 | data/pandoc.lua: fix access to Attr components | Albert Krewinkel | 1 | -6/+4 |
2018-01-09 | data/pandoc.lua: slightly de-complicate accessor code | Albert Krewinkel | 1 | -20/+20 |
2018-01-08 | Allow tasty 1.0. | John MacFarlane | 2 | -2/+3 |
2018-01-08 | data/pandoc.lua: cleanup code, remove cruft | Albert Krewinkel | 2 | -83/+92 |
2018-01-08 | MANUAL.txt update ICML link | mb21 | 1 | -1/+1 |
2018-01-07 | Fixed an item that went missing in changelog for 2.1. | John MacFarlane | 1 | -0/+2 |
2018-01-07 | Added oltolm to AUTHORS | John MacFarlane | 1 | -0/+1 |
2018-01-07 | More RELEASE_CHECKLIST tweaks. | John MacFarlane | 1 | -2/+2 |
2018-01-07 | Update RELEASE_CHECKLIST. | John MacFarlane | 1 | -3/+3 |
2018-01-07 | Update changelog and man page. | John MacFarlane | 4 | -157/+317 |
2018-01-07 | Use latest skylighting and omit the 'missingincludes' check. | John MacFarlane | 4 | -14/+5 |
2018-01-07 | data/pandoc.lua: fix docstrings | Albert Krewinkel | 2 | -9/+20 |
2018-01-07 | data/pandoc.lua: make Attr an AstElement | Albert Krewinkel | 1 | -9/+7 |
2018-01-07 | data/pandoc.lua: drop 'pandoc-api-version' from Pandoc objects | Albert Krewinkel | 1 | -4/+2 |
2018-01-07 | Lua: make pandoc-types version available as PANDOC_API_VERSION | Albert Krewinkel | 2 | -1/+11 |
2018-01-07 | Lua: make pandoc version available as PANDOC_VERSION | Albert Krewinkel | 2 | -13/+29 |
2018-01-07 | data/pandoc.lua: make all types subtypes of AstElement | Albert Krewinkel | 1 | -25/+28 |
2018-01-06 | data/pandoc.lua: split type and behavior tables | Albert Krewinkel | 1 | -51/+83 |
2018-01-06 | data/pandoc.lua: rename Element to AstElement | Albert Krewinkel | 1 | -9/+9 |
2018-01-06 | data/pandoc.lua: remove dead code | Albert Krewinkel | 1 | -6/+2 |
2018-01-06 | data/pandoc.lua: fix Element inheritance | Albert Krewinkel | 1 | -2/+3 |
2018-01-06 | Don't use `missingIncludes` unless custom syntax defs have been given. | John MacFarlane | 1 | -1/+2 |
2018-01-05 | Update copyright notices to include 2018 | Albert Krewinkel | 101 | -212/+213 |
2018-01-05 | data/pandoc.lua: fix attribute names of Citation | Albert Krewinkel | 2 | -19/+21 |
2018-01-04 | Use hslua utils where possible | Albert Krewinkel | 4 | -33/+16 |
2018-01-04 | Bump hslua version to 0.9.5 | Albert Krewinkel | 3 | -2/+3 |
2018-01-04 | Powerpoint writer: remove some code duplication. | Jesse Rosenthal | 1 | -10/+3 |
2018-01-03 | Powerpoint writer: Ignore Notes div | Jesse Rosenthal | 1 | -0/+1 |
2018-01-03 | Powerpoint writer: Set default slidelevel correctly. | Jesse Rosenthal | 2 | -2/+3 |
2018-01-03 | Powerpoint writer: Split blocks correctly for linked images | Jesse Rosenthal | 1 | -10/+15 |
2018-01-03 | Powerpoint writer: combine adjacent runs. | Jesse Rosenthal | 1 | -2/+19 |
2018-01-03 | Powerpoint writer: Fix new replaceNamedChildren | Jesse Rosenthal | 1 | -11/+9 |