aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Templates.hs
AgeCommit message (Expand)AuthorFilesLines
2021-03-19Fix fallback to default partials on templates.John MacFarlane1-0/+4
2021-02-01BibTeX writer: use doclayout and doctemplate.John MacFarlane1-2/+0
2021-01-22Add biblatex, bibtex as output formats (closes #7040).John MacFarlane1-0/+2
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-09-21Add built-in citation support using new citeproc library.John MacFarlane1-0/+1
2020-07-19Add commonmark_x output format...John MacFarlane1-0/+1
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-2/+3
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-1/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel1-0/+1
2019-12-17Templates: strip directory before trying to find partial in data files.John MacFarlane1-3/+4
2019-12-11Improved template API and fixed a bug. Closes #5979.John MacFarlane1-3/+58
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-3/+4
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-2/+5
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-20/+9
2019-07-23Templates: don't import/export varListToJSON.John MacFarlane1-1/+1
2019-07-23Templates: Change type of renderTemplate'.John MacFarlane1-3/+3
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane1-0/+1
2018-03-29Removed unused extensions (#4506)Anabra1-5/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-21Don't look for default template file for Powerpoint.Jesse Rosenthal1-0/+1
2017-10-29Source code reformatting.John MacFarlane1-3/+3
2017-10-27hlint suggestions.John MacFarlane1-2/+2
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane1-1/+1
2017-09-08Removed old beamer template.John MacFarlane1-0/+1
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane1-1/+1
2017-08-10Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane1-14/+13
2017-08-08Templates: Have gfm use commonmark template.John MacFarlane1-0/+1
2017-07-19Templates: change signature of getDefaultTemplate.John MacFarlane1-10/+10
2017-06-20Text.Pandoc.Templates: change type of renderTemplate'.John MacFarlane1-10/+14
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-04-02Text.Pandoc.App: Throw errors rather than exiting.John MacFarlane1-1/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-8/+9
2017-01-30Make epub an alias for epub3, not epub2.John MacFarlane1-1/+1
2017-01-26Split writeDocbook into writeDocbook4, writeDocbook5.John MacFarlane1-7/+8
2017-01-26EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.John MacFarlane1-0/+1
2017-01-25Provide explicit separate functions for HTML 4 and 5.John MacFarlane1-0/+1
2016-10-02Moved template compiling/rendering code to a separate library.John MacFarlane1-259/+8
2016-09-03Remove blaze-html CPP conditional.Jesse Rosenthal1-5/+1
2016-09-02Remove Compat.MonoidJesse Rosenthal1-1/+1
2016-03-22Updated copyright dates to include 2016.John MacFarlane1-2/+2
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane1-0/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-2/+1
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-01-05ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha...Mark Wright1-2/+2