aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-15Use unicode super/subscripts for digits in plain output.John MacFarlane2-5/+16
2015-10-14reveal.js template changes (Andrew Dunning).John MacFarlane1-7/+7
2015-10-14Merge pull request #2451 from adunning/patch-1John MacFarlane1-27/+13
2015-10-14Update slides variables in README.Andrew Dunning1-27/+13
2015-10-14Merge pull request #2450 from adunning/patch-1John MacFarlane1-6/+22
2015-10-14Add new LaTeX variables to README.Andrew Dunning1-6/+22
2015-10-14LaTeX template: Add fontenc, indent, subparagraph variables.John MacFarlane1-7/+7
2015-10-14More changes to avoid compiler warnings on ghc 7.10.John MacFarlane8-22/+42
2015-10-14Merge pull request #2449 from adunning/patch-1John MacFarlane1-21/+29
2015-10-14travis: use -Werror even on ghc 7.10.John MacFarlane1-1/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane60-113/+59
2015-10-14Improve documentation of recent template changes.Andrew Dunning1-21/+29
2015-10-13LaTeX writer: add `\protect` to `\hyperdef` in inline context.John MacFarlane1-1/+1
2015-10-13epub with `--webtex`: include image file rather than data: URI.John MacFarlane1-12/+8
2015-10-13Fixed tests for template changes.John MacFarlane3-5/+7
2015-10-13Template changes:John MacFarlane1-7/+7
2015-10-12RST writer: do header normalization only in "standalone" mode.John MacFarlane2-16/+18
2015-10-12Revert "RST writer: tweaks to header normalization."John MacFarlane1-22/+4
2015-10-12RST writer: tweaks to header normalization.John MacFarlane1-4/+22
2015-10-12Changed stack.yaml to use latest resolver (3.9).John MacFarlane1-2/+1
2015-10-12Added ghc-prim to build-depends.John MacFarlane1-1/+2
2015-10-11Removed unnecessary import.John MacFarlane1-1/+1
2015-10-11Percent-encode more special characters in URLs.John MacFarlane3-9/+14
2015-10-11Define Typeable and Exception instances for PandocError.John MacFarlane1-1/+6
2015-10-11HTML reader/writer: better handling of "section" elements.John MacFarlane7-564/+1466
2015-10-11Native writer: format Div properly, with blocks separated.John MacFarlane1-0/+2
2015-10-10Removed xltxtra, xunicode from LaTeX template.John MacFarlane5-10/+8
2015-10-10Organized changelog.John MacFarlane1-169/+146
2015-10-10Small tweak on CONTRIBUTING.md.John MacFarlane1-4/+5
2015-10-10Updated man page from README.John MacFarlane1-201/+357
2015-10-10Updated changelog (still needs reorganizing).John MacFarlane1-3/+39
2015-10-10Removed unneeded import.John MacFarlane1-1/+1
2015-10-10Merge pull request #2412 from frerich/reader/docbook/xref_supportJohn MacFarlane5-5/+139
2015-10-10reveal.js template: add controls, progress variables.John MacFarlane2-7/+13
2015-10-10Adjusted latex template for changes to polyglossia-lang variable.John MacFarlane1-7/+7
2015-10-10Merge pull request #2441 from mb21/polyglossia-langJohn MacFarlane2-22/+37
2015-10-10Re-export pandocVersions from Text.Pandoc.John MacFarlane1-1/+2
2015-10-10Adjusted man writer test for latest template changes.John MacFarlane1-0/+3
2015-10-10Man template improvements:John MacFarlane2-6/+14
2015-10-10Merge pull request #2426 from alexvong1995/better-man-writerJohn MacFarlane4-10/+12
2015-10-09Merge pull request #2445 from adunning/patch-2John MacFarlane1-215/+306
2015-10-09Added comment in .travis.yml to explain last change.John MacFarlane3-3/+7
2015-10-09Use dist/setup/setup/sdist instead of cabal sdist.John MacFarlane2-2/+2
2015-10-09Setup.hs: rewrite so as not to use process, directory, filepath.John MacFarlane1-25/+10
2015-10-09Removed unneeded imports in benchmark program.John MacFarlane1-2/+0
2015-10-09Updated benchmark program.John MacFarlane2-7/+4
2015-10-09Test also on ghc 7.4.2.John MacFarlane3-3/+6
2015-10-09LaTeX reader: don't eat excess whitespace after macros.John MacFarlane1-4/+4
2015-10-09benchmark: Use Criterion.Monad not Criterion.Config.John MacFarlane1-1/+1
2015-10-09LaTeX reader: don't eat whitespace after macro with only opt arg.John MacFarlane1-1/+3