summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Templates.hs
Commit message (Expand)AuthorAge
* 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
* Removed blaze_html_05 flag -- require blaze >= 0.5 by default.John MacFarlane2012-04-24
* changes for blaze-html 0.5Mark Wright2012-04-23
* Added default.beamer template (separate from default.latex).John MacFarlane2012-01-30
* Made `beamer` an output format, removed `pdf` as output format.John MacFarlane2012-01-28
* Removed `beamer` output format; added `--beamer` option.John MacFarlane2012-01-21
* pandoc: Output to pdf now works.John MacFarlane2012-01-20
* Templates: Removed vestigial remnant of openxml template.John MacFarlane2012-01-19
* Added Docx writer.John MacFarlane2012-01-19
* Split html template into html, html5 templates.John MacFarlane2012-01-11
* Templates: Tell pandoc where to find default "html5" template.John MacFarlane2012-01-08
* Added 'beamer' as an output format.John MacFarlane2011-12-29
* Use blaze-html instead of xhtml for HTML generation.John MacFarlane2011-12-17
* Templates: Return empty string for json template.John MacFarlane2011-08-18
* Fix template problem for epub.John MacFarlane2011-07-28
* Changed default template naming scheme.John MacFarlane2011-07-22
* Added FlexibleInstances pragma.John MacFarlane2011-03-19
* Removed all dependencies on 'pretty' package.John MacFarlane2010-12-22
* Moved s5 writing from S5 module to HTML.John MacFarlane2010-07-22
* Comment change in Templates (thanks to Alexander Hirzel).John MacFarlane2010-07-05
* Updated copyright notices.John MacFarlane2010-03-23
* Depend on extensible-exceptions, remove CPP in Templates module.fiddlosopher2010-03-19
* Templates: Conditionally import Control.Exception.Extensible if base < 4.fiddlosopher2010-03-18
* Removed unneeded import.fiddlosopher2010-01-18
* Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML.fiddlosopher2010-01-18
* Rename getTemplate -> getDefaultTemplate.fiddlosopher2010-01-18
* Added --data-dir option.fiddlosopher2010-01-14
* Added getTemplate to Text.Pandoc.Templates.fiddlosopher2010-01-11
* Fixed bug with $else$ in templates module.fiddlosopher2009-12-31
* Added $for$ to template system.fiddlosopher2009-12-31
* Made renderTemplate polymorphic; added TemplateTarget class.fiddlosopher2009-12-31