Age | Commit message (Expand) | Author | Files | Lines |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |
2015-01-05 | ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.ha... | Mark Wright | 1 | -2/+2 |
2014-12-15 | getDefaultTemplate: don't fail when called with "fb2". | John MacFarlane | 1 | -0/+1 |
2014-06-03 | Templates: use ordNum instead of ord. | John MacFarlane | 1 | -3/+3 |
2014-06-01 | Templates: Fail informatively on template syntax errors. | John MacFarlane | 1 | -32/+38 |
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 |
2014-03-05 | Templates: YAML objects resolve to "true" in conditionals. | John MacFarlane | 1 | -0/+1 |
2013-10-21 | Templates: Changed how array variables are resolved. | John MacFarlane | 1 | -1/+2 |
2013-09-08 | Templates: more consistent behavior of `$for$`. | John MacFarlane | 1 | -1/+1 |
2013-08-08 | Added Text.Pandoc.Compat.Monoid. | John MacFarlane | 1 | -1/+1 |
2013-07-02 | Fixed bug retrieving default template for markdown variants. | John MacFarlane | 1 | -3/+5 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -3/+8 |
2013-06-24 | Revised Text.Pandoc.Templates to accept JSON contexts. | John MacFarlane | 1 | -132/+227 |
2012-12-29 | Data files changes. | John MacFarlane | 1 | -2/+2 |
2012-11-04 | EPUB writer: Rationalized templates. | John MacFarlane | 1 | -2/+0 |
2012-11-02 | Preliminary changes for epub3 format. | John MacFarlane | 1 | -0/+1 |
2012-09-25 | Removed need for utf8-string package. | John MacFarlane | 1 | -2/+3 |
2012-08-09 | Changed strict to markdown_strict. | John MacFarlane | 1 | -1/+4 |
2012-08-09 | Removed `--strict`, added extensions to writer/reader names. | John MacFarlane | 1 | -8/+9 |
2012-07-26 | Fixed whitespace errors. | John MacFarlane | 1 | -8/+8 |
2012-07-20 | Use Parsec directly in Biblio and Templates. | John MacFarlane | 1 | -10/+10 |
2012-07-20 | Use Parser as type synonym for Parsec. | John MacFarlane | 1 | -9/+9 |
2012-07-20 | Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code. | John MacFarlane | 1 | -1/+1 |
2012-07-20 | Use Text.Parsec instead of Text.ParserCombinators.Parsec. | John MacFarlane | 1 | -12/+12 |
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 |