aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Templates.hs
AgeCommit message (Expand)AuthorFilesLines
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
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