Age | Commit message (Expand) | Author | Files | Lines |
2018-01-15 | Renaming: Json -> JSON in modules and functions. | John MacFarlane | 4 | -9/+9 |
2018-01-15 | Merge pull request #4227 from tarleb/lua-run-json-filter | John MacFarlane | 9 | -100/+332 |
2018-01-15 | Powerpoint writer: Move Presentation.hs out of PandocMonad | Jesse Rosenthal | 2 | -35/+39 |
2018-01-15 | Powerpoint writer: Ignore anchor links to nowehere. | Jesse Rosenthal | 1 | -3/+6 |
2018-01-14 | Remove custom prelude and ghc 7.8 support. | John MacFarlane | 4 | -46/+2 |
2018-01-14 | Revert "Custom prelude - only export <> from Data.Monoid." | John MacFarlane | 1 | -1/+1 |
2018-01-14 | Custom prelude - only export <> from Data.Monoid. | John MacFarlane | 1 | -1/+1 |
2018-01-14 | Fix import. | John MacFarlane | 1 | -2/+2 |
2018-01-14 | Fix cabal to use base-compat with ghc < 7.10. | John MacFarlane | 1 | -2/+7 |
2018-01-14 | Powerpoint writer: Fix anchor links. | Jesse Rosenthal | 2 | -60/+81 |
2018-01-14 | Use base-compat for our custom prelude. | John MacFarlane | 2 | -16/+7 |
2018-01-14 | Clarified `latex_macros` extension. | John MacFarlane | 1 | -4/+7 |
2018-01-14 | RST reader: add aligned environment when needed in math. | John MacFarlane | 3 | -3/+20 |
2018-01-14 | Markdown reader: Improved inlinesInBalancedBrackets. | John MacFarlane | 4 | -14/+29 |
2018-01-14 | Allow latest QuickCheck. | John MacFarlane | 1 | -1/+1 |
2018-01-14 | LaTeX reader: Advance source position at end of stream. | John MacFarlane | 1 | -1/+1 |
2018-01-14 | Shorten unbalanced brackets test. | John MacFarlane | 1 | -1/+1 |
2018-01-14 | Powerpoint writer: Refactor into separate modules. | Jesse Rosenthal | 4 | -1979/+2153 |
2018-01-14 | Powerpoint writer: Avoid overlapping blocks in column output. | Jesse Rosenthal | 1 | -2/+10 |
2018-01-14 | Powerpoint writer: Position images correctly in two-column layout. | Jesse Rosenthal | 1 | -45/+33 |
2018-01-14 | Powerpoint writer: Make content shape retrieval environment-aware | Jesse Rosenthal | 1 | -28/+48 |
2018-01-13 | LaTeX reader: pass through macro defs in rawLaTeXBlock... | John MacFarlane | 4 | -5/+8 |
2018-01-13 | LaTeX reader: fixed pos calculation in tokenizing escaped space. | John MacFarlane | 1 | -3/+6 |
2018-01-13 | Powerpoint writer: Improve image handling. | Jesse Rosenthal | 1 | -153/+224 |
2018-01-13 | data/pandoc.lua: add attr, listAttributes accessors | Albert Krewinkel | 2 | -13/+23 |
2018-01-13 | data/pandoc.lua: accept single block as singleton list | Albert Krewinkel | 2 | -23/+42 |
2018-01-13 | MANUAL: recommend use of `raw_attribute` extension in header includes. | John MacFarlane | 1 | -0/+11 |
2018-01-13 | LaTeX reader: allow macro definitions inside macros. | John MacFarlane | 1 | -0/+8 |
2018-01-13 | LaTeX reader: allow macro definitions inside macros. | John MacFarlane | 1 | -6/+9 |
2018-01-13 | Powerpoint writer: read presentation size from reference file. | Jesse Rosenthal | 1 | -29/+45 |
2018-01-13 | data/pandoc.lua: accept singleton inline as a list | Albert Krewinkel | 2 | -17/+36 |
2018-01-13 | data/pandoc.lua: drop _VERSION | Albert Krewinkel | 1 | -3/+0 |
2018-01-13 | Powerpoint writer: code cleanup | Jesse Rosenthal | 1 | -7/+0 |
2018-01-13 | Powerpoint writer: Handle (sub)headers above slidelevel correctly. | Jesse Rosenthal | 1 | -27/+29 |
2018-01-13 | Powerpoint writer: Check for required files | Jesse Rosenthal | 1 | -71/+30 |
2018-01-12 | Powerpoint writer: Improve templating using `--reference-doc` | Jesse Rosenthal | 1 | -69/+145 |
2018-01-13 | Lua modules: add function pandoc.utils.run_json_filter | Albert Krewinkel | 3 | -4/+59 |
2018-01-13 | Move filter functions to separate module | Albert Krewinkel | 6 | -96/+273 |
2018-01-12 | Lua filters: improve error messages | Albert Krewinkel | 5 | -15/+45 |
2018-01-12 | Powerpoint writer: Include Notes slide in TOC | Jesse Rosenthal | 1 | -19/+42 |
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 |