summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Templates.hs
Commit message (Expand)AuthorAge
* Don't look for default template file for Powerpoint.Jesse Rosenthal2017-12-21
* Source code reformatting.John MacFarlane2017-10-29
* hlint suggestions.John MacFarlane2017-10-27
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* Removed old beamer template.John MacFarlane2017-09-08
* Added support for translations (localization) (see #3559).John MacFarlane2017-08-11
* Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane2017-08-10
* Templates: Have gfm use commonmark template.John MacFarlane2017-08-08
* Templates: change signature of getDefaultTemplate.John MacFarlane2017-07-19
* Text.Pandoc.Templates: change type of renderTemplate'.John MacFarlane2017-06-20
* Update dates in copyright noticesAlbert Krewinkel2017-05-13
* Text.Pandoc.App: Throw errors rather than exiting.John MacFarlane2017-04-02
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* Make epub an alias for epub3, not epub2.John MacFarlane2017-01-30
* Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane2017-01-26
* EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.John MacFarlane2017-01-26
* Provide explicit separate functions for HTML 4 and 5.John MacFarlane2017-01-25
* Moved template compiling/rendering code to a separate library.John MacFarlane2016-10-02
* Remove blaze-html CPP conditional.Jesse Rosenthal2016-09-03
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* Updated copyright dates to include 2016.John MacFarlane2016-03-22
* Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright2015-01-05
* getDefaultTemplate: don't fail when called with "fb2".John MacFarlane2014-12-15
* Templates: use ordNum instead of ord.John MacFarlane2014-06-03
* Templates: Fail informatively on template syntax errors.John MacFarlane2014-06-01
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Templates: YAML objects resolve to "true" in conditionals.John MacFarlane2014-03-05
* Templates: Changed how array variables are resolved.John MacFarlane2013-10-21
* Templates: more consistent behavior of `$for$`.John MacFarlane2013-09-08
* Added Text.Pandoc.Compat.Monoid.John MacFarlane2013-08-08
* Fixed bug retrieving default template for markdown variants.John MacFarlane2013-07-02
* Use new flexible metadata type.John MacFarlane2013-06-24
* Revised Text.Pandoc.Templates to accept JSON contexts.John MacFarlane2013-06-24
* Data files changes.John MacFarlane2012-12-29
* EPUB writer: Rationalized templates.John MacFarlane2012-11-04
* Preliminary changes for epub3 format.John MacFarlane2012-11-02
* Removed need for utf8-string package.John MacFarlane2012-09-25
* Changed strict to markdown_strict.John MacFarlane2012-08-09
* Removed `--strict`, added extensions to writer/reader names.John MacFarlane2012-08-09
* Fixed whitespace errors.John MacFarlane2012-07-26
* Use Parsec directly in Biblio and Templates.John MacFarlane2012-07-20
* Use Parser as type synonym for Parsec.John MacFarlane2012-07-20
* Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane2012-07-20
* Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane2012-07-20
* Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default."John MacFarlane2012-05-10