summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Powerpoint writer: Move Presentation.hs out of PandocMonadJesse Rosenthal2018-01-15
* Powerpoint writer: Ignore anchor links to nowehere.Jesse Rosenthal2018-01-15
* Remove custom prelude and ghc 7.8 support.John MacFarlane2018-01-14
* Revert "Custom prelude - only export <> from Data.Monoid."John MacFarlane2018-01-14
* Custom prelude - only export <> from Data.Monoid.John MacFarlane2018-01-14
* Fix import.John MacFarlane2018-01-14
* Fix cabal to use base-compat with ghc < 7.10.John MacFarlane2018-01-14
* Powerpoint writer: Fix anchor links.Jesse Rosenthal2018-01-14
* Use base-compat for our custom prelude.John MacFarlane2018-01-14
* Clarified `latex_macros` extension.John MacFarlane2018-01-14
* RST reader: add aligned environment when needed in math.John MacFarlane2018-01-14
* Markdown reader: Improved inlinesInBalancedBrackets.John MacFarlane2018-01-14
* Allow latest QuickCheck.John MacFarlane2018-01-14
* LaTeX reader: Advance source position at end of stream.John MacFarlane2018-01-14
* Shorten unbalanced brackets test.John MacFarlane2018-01-14
* Powerpoint writer: Refactor into separate modules.Jesse Rosenthal2018-01-14
* Powerpoint writer: Avoid overlapping blocks in column output.Jesse Rosenthal2018-01-14
* Powerpoint writer: Position images correctly in two-column layout.Jesse Rosenthal2018-01-14
* Powerpoint writer: Make content shape retrieval environment-awareJesse Rosenthal2018-01-14
* LaTeX reader: pass through macro defs in rawLaTeXBlock...John MacFarlane2018-01-13
* LaTeX reader: fixed pos calculation in tokenizing escaped space.John MacFarlane2018-01-13
* Powerpoint writer: Improve image handling.Jesse Rosenthal2018-01-13
* data/pandoc.lua: add attr, listAttributes accessorsAlbert Krewinkel2018-01-13
* data/pandoc.lua: accept single block as singleton listAlbert Krewinkel2018-01-13
* MANUAL: recommend use of `raw_attribute` extension in header includes.John MacFarlane2018-01-13
* LaTeX reader: allow macro definitions inside macros.John MacFarlane2018-01-13
* LaTeX reader: allow macro definitions inside macros.John MacFarlane2018-01-13
* Powerpoint writer: read presentation size from reference file.Jesse Rosenthal2018-01-13
* data/pandoc.lua: accept singleton inline as a listAlbert Krewinkel2018-01-13
* data/pandoc.lua: drop _VERSIONAlbert Krewinkel2018-01-13
* Powerpoint writer: code cleanupJesse Rosenthal2018-01-13
* Powerpoint writer: Handle (sub)headers above slidelevel correctly.Jesse Rosenthal2018-01-13
* Powerpoint writer: Check for required filesJesse Rosenthal2018-01-13
* Powerpoint writer: Improve templating using `--reference-doc`Jesse Rosenthal2018-01-12
* Lua filters: improve error messagesAlbert Krewinkel2018-01-12
* Powerpoint writer: Include Notes slide in TOCJesse Rosenthal2018-01-12
* Lua filters: make PANDOC_READER_OPTIONS availableAlbert Krewinkel2018-01-12
* Powerpoint writer: allow setting toc-title in metadata.Jesse Rosenthal2018-01-12
* Move `metaValueToInlines` to T.P.W.SharedJesse Rosenthal2018-01-12
* Powerpoint writer: Set notes slide header with slide-levelJesse Rosenthal2018-01-12
* Powerpoint writer: Add table of contentsJesse Rosenthal2018-01-12
* Powerpoint writer: Set notes slide number correctlyJesse Rosenthal2018-01-12
* Powerpoint writer: Ignore internal links without targets.Jesse Rosenthal2018-01-12
* Powerpoint writer: Clean up adding metadata slideJesse Rosenthal2018-01-12
* Powerpoint writer: Add anchor linksJesse Rosenthal2018-01-12
* Powerpoint writer: Make the slide number available to the blocks.Jesse Rosenthal2018-01-12
* Powerpoint writer: move curSlideId to environment.Jesse Rosenthal2018-01-12
* MANUAL.txt: clarify otherlangs in LaTeX.John MacFarlane2018-01-11
* LaTeX reader: fix inconsistent column widths.John MacFarlane2018-01-10
* RST reader: better handling for headers with an anchor.John MacFarlane2018-01-10