aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Templates.hs
AgeCommit message (Expand)AuthorFilesLines
2009-12-31Fixed bug with $else$ in templates module.fiddlosopher1-11/+11
2009-12-31Added $for$ to template system.fiddlosopher1-8/+47
2009-12-31Made renderTemplate polymorphic; added TemplateTarget class.fiddlosopher1-4/+26
2009-12-31Templates: don't try to handle indented $if$, $else$, $endif$.fiddlosopher1-4/+10
2009-12-31Modified templates to respect indentation.fiddlosopher1-30/+48
2009-12-31Got s5 writer working with html template.fiddlosopher1-0/+1
2009-12-31HTML writer changes for templates.fiddlosopher1-1/+1
2009-12-31Changed readDataFile to look first in user data directory.fiddlosopher1-18/+1
2009-12-31Removed TH module; refactored LaTeXMathML not to use TH.fiddlosopher1-3/+3
2009-12-31Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.fiddlosopher1-2/+5
2009-12-31Added getDefaultTemplate to Templates.fiddlosopher1-1/+27
2009-12-31Added templates module.fiddlosopher1-0/+111