summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Updated pandoc.1.John MacFarlane2015-10-15
* Support all frame attributes in Beamer.John MacFarlane2015-10-15
* Use unicode super/subscripts for digits in plain output.John MacFarlane2015-10-15
* reveal.js template changes (Andrew Dunning).John MacFarlane2015-10-14
* Merge pull request #2451 from adunning/patch-1John MacFarlane2015-10-14
|\
| * Update slides variables in README.Andrew Dunning2015-10-14
|/
* Merge pull request #2450 from adunning/patch-1John MacFarlane2015-10-14
|\
| * Add new LaTeX variables to README.Andrew Dunning2015-10-14
|/
* LaTeX template: Add fontenc, indent, subparagraph variables.John MacFarlane2015-10-14
* More changes to avoid compiler warnings on ghc 7.10.John MacFarlane2015-10-14
* Merge pull request #2449 from adunning/patch-1John MacFarlane2015-10-14
|\
| * Improve documentation of recent template changes.Andrew Dunning2015-10-14
* | travis: use -Werror even on ghc 7.10.John MacFarlane2015-10-14
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
|/
* LaTeX writer: add `\protect` to `\hyperdef` in inline context.John MacFarlane2015-10-13
* epub with `--webtex`: include image file rather than data: URI.John MacFarlane2015-10-13
* Fixed tests for template changes.John MacFarlane2015-10-13
* Template changes:John MacFarlane2015-10-13
* RST writer: do header normalization only in "standalone" mode.John MacFarlane2015-10-12
* Revert "RST writer: tweaks to header normalization."John MacFarlane2015-10-12
* RST writer: tweaks to header normalization.John MacFarlane2015-10-12
* Changed stack.yaml to use latest resolver (3.9).John MacFarlane2015-10-12
* Added ghc-prim to build-depends.John MacFarlane2015-10-12
* Removed unnecessary import.John MacFarlane2015-10-11
* Percent-encode more special characters in URLs.John MacFarlane2015-10-11
* Define Typeable and Exception instances for PandocError.John MacFarlane2015-10-11
* HTML reader/writer: better handling of "section" elements.John MacFarlane2015-10-11
* Native writer: format Div properly, with blocks separated.John MacFarlane2015-10-11
* Removed xltxtra, xunicode from LaTeX template.John MacFarlane2015-10-10
* Organized changelog.John MacFarlane2015-10-10
* Small tweak on CONTRIBUTING.md.John MacFarlane2015-10-10
* Updated man page from README.John MacFarlane2015-10-10
* Updated changelog (still needs reorganizing).John MacFarlane2015-10-10
* Removed unneeded import.John MacFarlane2015-10-10
* Merge pull request #2412 from frerich/reader/docbook/xref_supportJohn MacFarlane2015-10-10
|\
| * Improve text generated for <xref> by employing docbook-xsl heuristicsFrerich Raabe2015-09-24
| * Added proper support for DocBook 'xref' elementsFrerich Raabe2015-09-24
| * Pass the parsed DocBook content along the state of readDocBookFrerich Raabe2015-09-23
| * Minor refactoring to readDocBookFrerich Raabe2015-09-23
* | reveal.js template: add controls, progress variables.John MacFarlane2015-10-10
* | Adjusted latex template for changes to polyglossia-lang variable.John MacFarlane2015-10-10
* | Merge pull request #2441 from mb21/polyglossia-langJohn MacFarlane2015-10-10
|\ \
| * | Change variable to polyglossia-lang.name and .optionsmb212015-10-07
* | | Re-export pandocVersions from Text.Pandoc.John MacFarlane2015-10-10
* | | Adjusted man writer test for latest template changes.John MacFarlane2015-10-10
* | | Man template improvements:John MacFarlane2015-10-10
* | | Merge pull request #2426 from alexvong1995/better-man-writerJohn MacFarlane2015-10-10
|\ \ \
| * | | Set the template variable $pandoc-version$ to pandocVersion by default.Alex Vong2015-10-01
| * | | Move the variable pandocVersion from `src/Text/Pandoc.hs` toAlex Vong2015-10-01
| * | | Set the template variable $hyphenate$ to true by defaultAlex Vong2015-10-01