aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Templates.hs
AgeCommit message (Expand)AuthorFilesLines
2014-12-15getDefaultTemplate: don't fail when called with "fb2".John MacFarlane1-0/+1
2014-06-03Templates: use ordNum instead of ord.John MacFarlane1-3/+3
2014-06-01Templates: Fail informatively on template syntax errors.John MacFarlane1-32/+38
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-03-05Templates: YAML objects resolve to "true" in conditionals.John MacFarlane1-0/+1
2013-10-21Templates: Changed how array variables are resolved.John MacFarlane1-1/+2
2013-09-08Templates: more consistent behavior of `$for$`.John MacFarlane1-1/+1
2013-08-08Added Text.Pandoc.Compat.Monoid.John MacFarlane1-1/+1
2013-07-02Fixed bug retrieving default template for markdown variants.John MacFarlane1-3/+5
2013-06-24Use new flexible metadata type.John MacFarlane1-3/+8
2013-06-24Revised Text.Pandoc.Templates to accept JSON contexts.John MacFarlane1-132/+227
2012-12-29Data files changes.John MacFarlane1-2/+2
2012-11-04EPUB writer: Rationalized templates.John MacFarlane1-2/+0
2012-11-02Preliminary changes for epub3 format.John MacFarlane1-0/+1
2012-09-25Removed need for utf8-string package.John MacFarlane1-2/+3
2012-08-09Changed strict to markdown_strict.John MacFarlane1-1/+4
2012-08-09Removed `--strict`, added extensions to writer/reader names.John MacFarlane1-8/+9
2012-07-26Fixed whitespace errors.John MacFarlane1-8/+8
2012-07-20Use Parsec directly in Biblio and Templates.John MacFarlane1-10/+10
2012-07-20Use Parser as type synonym for Parsec.John MacFarlane1-9/+9
2012-07-20Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane1-1/+1
2012-07-20Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane1-12/+12
2012-05-10Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default."John MacFarlane1-1/+5
2012-04-24Removed blaze_html_05 flag -- require blaze >= 0.5 by default.John MacFarlane1-5/+1
2012-04-23changes for blaze-html 0.5Mark Wright1-1/+6
2012-01-30Added default.beamer template (separate from default.latex).John MacFarlane1-1/+0
2012-01-28Made `beamer` an output format, removed `pdf` as output format.John MacFarlane1-1/+1
2012-01-21Removed `beamer` output format; added `--beamer` option.John MacFarlane1-1/+0
2012-01-20pandoc: Output to pdf now works.John MacFarlane1-0/+1
2012-01-19Templates: Removed vestigial remnant of openxml template.John MacFarlane1-1/+1
2012-01-19Added Docx writer.John MacFarlane1-0/+1
2012-01-11Split html template into html, html5 templates.John MacFarlane1-1/+0
2012-01-08Templates: Tell pandoc where to find default "html5" template.John MacFarlane1-0/+1
2011-12-29Added 'beamer' as an output format.John MacFarlane1-0/+1
2011-12-17Use blaze-html instead of xhtml for HTML generation.John MacFarlane1-2/+2
2011-08-18Templates: Return empty string for json template.John MacFarlane1-0/+1
2011-07-28Fix template problem for epub.John MacFarlane1-0/+1
2011-07-22Changed default template naming scheme.John MacFarlane1-1/+1
2011-03-19Added FlexibleInstances pragma.John MacFarlane1-1/+1
2010-12-22Removed all dependencies on 'pretty' package.John MacFarlane1-4/+0
2010-07-22Moved s5 writing from S5 module to HTML.John MacFarlane1-1/+0
2010-07-05Comment change in Templates (thanks to Alexander Hirzel).John MacFarlane1-1/+1
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-19Depend on extensible-exceptions, remove CPP in Templates module.fiddlosopher1-6/+0
2010-03-18Templates: Conditionally import Control.Exception.Extensible if base < 4.fiddlosopher1-3/+7
2010-01-18Removed unneeded import.fiddlosopher1-5/+0
2010-01-18Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML.fiddlosopher1-4/+1
2010-01-18Rename getTemplate -> getDefaultTemplate.fiddlosopher1-9/+9
2010-01-14Added --data-dir option.fiddlosopher1-15/+7
2010-01-11Added getTemplate to Text.Pandoc.Templates.fiddlosopher1-7/+27