summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Templates.hs
AgeCommit message (Expand)Author
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
2012-01-11Split html template into html, html5 templates.John MacFarlane
2012-01-08Templates: Tell pandoc where to find default "html5" template.John MacFarlane
2011-12-29Added 'beamer' as an output format.John MacFarlane
2011-12-17Use blaze-html instead of xhtml for HTML generation.John MacFarlane
2011-08-18Templates: Return empty string for json template.John MacFarlane
2011-07-28Fix template problem for epub.John MacFarlane
2011-07-22Changed default template naming scheme.John MacFarlane
2011-03-19Added FlexibleInstances pragma.John MacFarlane
2010-12-22Removed all dependencies on 'pretty' package.John MacFarlane
2010-07-22Moved s5 writing from S5 module to HTML.John MacFarlane
2010-07-05Comment change in Templates (thanks to Alexander Hirzel).John MacFarlane
2010-03-23Updated copyright notices.John MacFarlane
2010-03-19Depend on extensible-exceptions, remove CPP in Templates module.fiddlosopher
2010-03-18Templates: Conditionally import Control.Exception.Extensible if base < 4.fiddlosopher
2010-01-18Removed unneeded import.fiddlosopher
2010-01-18Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML.fiddlosopher
2010-01-18Rename getTemplate -> getDefaultTemplate.fiddlosopher
2010-01-14Added --data-dir option.fiddlosopher
2010-01-11Added getTemplate to Text.Pandoc.Templates.fiddlosopher
2009-12-31Fixed bug with $else$ in templates module.fiddlosopher
2009-12-31Added $for$ to template system.fiddlosopher
2009-12-31Made renderTemplate polymorphic; added TemplateTarget class.fiddlosopher
2009-12-31Templates: don't try to handle indented $if$, $else$, $endif$.fiddlosopher
2009-12-31Modified templates to respect indentation.fiddlosopher
2009-12-31Got s5 writer working with html template.fiddlosopher
2009-12-31HTML writer changes for templates.fiddlosopher
2009-12-31Changed readDataFile to look first in user data directory.fiddlosopher
2009-12-31Removed TH module; refactored LaTeXMathML not to use TH.fiddlosopher
2009-12-31Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.fiddlosopher
2009-12-31Added getDefaultTemplate to Templates.fiddlosopher
2009-12-31Added templates module.fiddlosopher