summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Templates.hs
Commit message (Expand)AuthorAge
* 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
* Templates: don't try to handle indented $if$, $else$, $endif$.fiddlosopher2009-12-31
* Modified templates to respect indentation.fiddlosopher2009-12-31
* Got s5 writer working with html template.fiddlosopher2009-12-31
* HTML writer changes for templates.fiddlosopher2009-12-31
* Changed readDataFile to look first in user data directory.fiddlosopher2009-12-31
* Removed TH module; refactored LaTeXMathML not to use TH.fiddlosopher2009-12-31
* Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.fiddlosopher2009-12-31
* Added getDefaultTemplate to Templates.fiddlosopher2009-12-31
* Added templates module.fiddlosopher2009-12-31