Age | Commit message (Expand) | Author | Files | Lines |
2012-05-10 | Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default." | John MacFarlane | 1 | -1/+5 |
2012-04-24 | Removed blaze_html_05 flag -- require blaze >= 0.5 by default. | John MacFarlane | 1 | -5/+1 |
2012-04-23 | changes for blaze-html 0.5 | Mark Wright | 1 | -1/+6 |
2012-01-30 | Added default.beamer template (separate from default.latex). | John MacFarlane | 1 | -1/+0 |
2012-01-28 | Made `beamer` an output format, removed `pdf` as output format. | John MacFarlane | 1 | -1/+1 |
2012-01-21 | Removed `beamer` output format; added `--beamer` option. | John MacFarlane | 1 | -1/+0 |
2012-01-20 | pandoc: Output to pdf now works. | John MacFarlane | 1 | -0/+1 |
2012-01-19 | Templates: Removed vestigial remnant of openxml template. | John MacFarlane | 1 | -1/+1 |
2012-01-19 | Added Docx writer. | John MacFarlane | 1 | -0/+1 |
2012-01-11 | Split html template into html, html5 templates. | John MacFarlane | 1 | -1/+0 |
2012-01-08 | Templates: Tell pandoc where to find default "html5" template. | John MacFarlane | 1 | -0/+1 |
2011-12-29 | Added 'beamer' as an output format. | John MacFarlane | 1 | -0/+1 |
2011-12-17 | Use blaze-html instead of xhtml for HTML generation. | John MacFarlane | 1 | -2/+2 |
2011-08-18 | Templates: Return empty string for json template. | John MacFarlane | 1 | -0/+1 |
2011-07-28 | Fix template problem for epub. | John MacFarlane | 1 | -0/+1 |
2011-07-22 | Changed default template naming scheme. | John MacFarlane | 1 | -1/+1 |
2011-03-19 | Added FlexibleInstances pragma. | John MacFarlane | 1 | -1/+1 |
2010-12-22 | Removed all dependencies on 'pretty' package. | John MacFarlane | 1 | -4/+0 |
2010-07-22 | Moved s5 writing from S5 module to HTML. | John MacFarlane | 1 | -1/+0 |
2010-07-05 | Comment change in Templates (thanks to Alexander Hirzel). | John MacFarlane | 1 | -1/+1 |
2010-03-23 | Updated copyright notices. | John MacFarlane | 1 | -2/+2 |
2010-03-19 | Depend on extensible-exceptions, remove CPP in Templates module. | fiddlosopher | 1 | -6/+0 |
2010-03-18 | Templates: Conditionally import Control.Exception.Extensible if base < 4. | fiddlosopher | 1 | -3/+7 |
2010-01-18 | Removed unneeded import. | fiddlosopher | 1 | -5/+0 |
2010-01-18 | Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML. | fiddlosopher | 1 | -4/+1 |
2010-01-18 | Rename getTemplate -> getDefaultTemplate. | fiddlosopher | 1 | -9/+9 |
2010-01-14 | Added --data-dir option. | fiddlosopher | 1 | -15/+7 |
2010-01-11 | Added getTemplate to Text.Pandoc.Templates. | fiddlosopher | 1 | -7/+27 |
2009-12-31 | Fixed bug with $else$ in templates module. | fiddlosopher | 1 | -11/+11 |
2009-12-31 | Added $for$ to template system. | fiddlosopher | 1 | -8/+47 |
2009-12-31 | Made renderTemplate polymorphic; added TemplateTarget class. | fiddlosopher | 1 | -4/+26 |
2009-12-31 | Templates: don't try to handle indented $if$, $else$, $endif$. | fiddlosopher | 1 | -4/+10 |
2009-12-31 | Modified templates to respect indentation. | fiddlosopher | 1 | -30/+48 |
2009-12-31 | Got s5 writer working with html template. | fiddlosopher | 1 | -0/+1 |
2009-12-31 | HTML writer changes for templates. | fiddlosopher | 1 | -1/+1 |
2009-12-31 | Changed readDataFile to look first in user data directory. | fiddlosopher | 1 | -18/+1 |
2009-12-31 | Removed TH module; refactored LaTeXMathML not to use TH. | fiddlosopher | 1 | -3/+3 |
2009-12-31 | Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates. | fiddlosopher | 1 | -2/+5 |
2009-12-31 | Added getDefaultTemplate to Templates. | fiddlosopher | 1 | -1/+27 |
2009-12-31 | Added templates module. | fiddlosopher | 1 | -0/+111 |