aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Templates.hs
AgeCommit message (Expand)Author
2017-07-19Templates: change signature of getDefaultTemplate.John MacFarlane
2017-06-20Text.Pandoc.Templates: change type of renderTemplate'.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-04-02Text.Pandoc.App: Throw errors rather than exiting.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-01-30Make epub an alias for epub3, not epub2.John MacFarlane
2017-01-26Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane
2017-01-26EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.John MacFarlane
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane
2016-10-02Moved template compiling/rendering code to a separate library.John MacFarlane
2016-09-03Remove blaze-html CPP conditional.Jesse Rosenthal
2016-09-02Remove Compat.MonoidJesse Rosenthal
2016-03-22Updated copyright dates to include 2016.1.17.0.2John MacFarlane
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2015-01-05ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright
2014-12-15getDefaultTemplate: don't fail when called with "fb2".John MacFarlane
2014-06-03Templates: use ordNum instead of ord.John MacFarlane
2014-06-01Templates: Fail informatively on template syntax errors.John MacFarlane
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2014-03-05Templates: YAML objects resolve to "true" in conditionals.John MacFarlane
2013-10-21Templates: Changed how array variables are resolved.John MacFarlane
2013-09-08Templates: more consistent behavior of `$for$`.John MacFarlane
2013-08-08Added Text.Pandoc.Compat.Monoid.John MacFarlane
2013-07-02Fixed bug retrieving default template for markdown variants.John MacFarlane
2013-06-24Use new flexible metadata type.John MacFarlane
2013-06-24Revised Text.Pandoc.Templates to accept JSON contexts.John MacFarlane
2012-12-29Data files changes.John MacFarlane
2012-11-04EPUB writer: Rationalized templates.John MacFarlane
2012-11-02Preliminary changes for epub3 format.John MacFarlane
2012-09-25Removed need for utf8-string package.John MacFarlane
2012-08-09Changed strict to markdown_strict.John MacFarlane
2012-08-09Removed `--strict`, added extensions to writer/reader names.John MacFarlane
2012-07-26Fixed whitespace errors.John MacFarlane
2012-07-20Use Parsec directly in Biblio and Templates.John MacFarlane
2012-07-20Use Parser as type synonym for Parsec.John MacFarlane
2012-07-20Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane
2012-07-20Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane
2012-05-10Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default."John MacFarlane
2012-04-24Removed blaze_html_05 flag -- require blaze >= 0.5 by default.John MacFarlane
2012-04-23changes for blaze-html 0.5Mark Wright
2012-01-30Added default.beamer template (separate from default.latex).John MacFarlane
2012-01-28Made `beamer` an output format, removed `pdf` as output format.John MacFarlane
2012-01-21Removed `beamer` output format; added `--beamer` option.John MacFarlane
2012-01-20pandoc: Output to pdf now works.John MacFarlane
2012-01-19Templates: Removed vestigial remnant of openxml template.John MacFarlane
2012-01-19Added Docx writer.John MacFarlane