aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-12-31Modified RTF writer to use new templates.fiddlosopher1-34/+20
2009-12-31Revised man writer to use new templates.fiddlosopher1-42/+37
2009-12-31Opendocument writer: support new templates.fiddlosopher1-82/+29
2009-12-31Don't wrap text in OpenDocument writer.fiddlosopher1-11/+5
2009-12-31Context and latex writers - parse title, author, date before body.fiddlosopher2-10/+10
2009-12-31Updated docbook writer to use new templates.fiddlosopher1-38/+38
2009-12-31LaTeX reader: use \\ to separate multiple authors.fiddlosopher1-3/+3
2009-12-31Markdown reader: use ; as separator between authors.fiddlosopher1-2/+2
2009-12-31Improved RST writer.fiddlosopher1-34/+9
2009-12-31Fixed bug with $else$ in templates module.fiddlosopher1-11/+11
2009-12-31Use $for$ for multiple authors in context, latex, markdown.fiddlosopher3-9/+8
2009-12-31Use $for$ for header-includes.fiddlosopher1-10/+10
2009-12-31Use $for$ for --css option in HTML writer.fiddlosopher2-11/+4
2009-12-31Added $for$ to template system.fiddlosopher1-8/+47
2009-12-31Use separate title, author, date variables in markdown template.fiddlosopher1-34/+11
2009-12-31Don't set "standalone" variable.fiddlosopher1-4/+1
2009-12-31Fixed RST writer to use new templates.fiddlosopher1-31/+32
2009-12-31Made an import more specific.fiddlosopher1-1/+1
2009-12-31Made renderTemplate polymorphic; added TemplateTarget class.fiddlosopher2-7/+30
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-31-Wall cleanup in markdown writer.fiddlosopher1-3/+3
2009-12-31Got s5 writer working with html template.fiddlosopher2-3/+2
2009-12-31HTML writer changes for templates.fiddlosopher3-84/+88
2009-12-31Fixed up LaTeXMathML module not to use TH.fiddlosopher2-6/+10
2009-12-31Implemented templates for context writer.fiddlosopher1-47/+28
2009-12-31Restored writerIncludeBefore, writerIncludeAfter.fiddlosopher4-19/+38
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher12-58/+67
2009-12-31Added 'standalone' variable, use in templates.fiddlosopher3-13/+6
2009-12-31Fixed markdown writer to use templates.fiddlosopher1-24/+28
2009-12-31Moved odt-styles -> odt. Changed ODT module to look at user data first.fiddlosopher1-1/+7
2009-12-31Changed readDataFile to look first in user data directory.fiddlosopher2-21/+7
2009-12-31Removed TH module; refactored LaTeXMathML not to use TH.fiddlosopher5-70/+21
2009-12-31Removed TH dependency from S5 module, removed DefaultTemplates.fiddlosopher3-115/+42
2009-12-31Removed need for TH in ODT module.fiddlosopher2-16/+6
2009-12-31Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.fiddlosopher3-32/+41
2009-12-31Added getDefaultTemplate to Templates.fiddlosopher1-1/+27
2009-12-31Simplified handling of --css; removed optCSS in pandoc.hs.fiddlosopher1-20/+12
2009-12-31Added -V/--variable option to set custom template variables.fiddlosopher2-2/+16
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher13-288/+289
2009-12-31Added and documented --template option.fiddlosopher1-2/+16
2009-12-31Use legacy-header variable for custom header.fiddlosopher1-12/+16
2009-12-31Made writerVariables active in LaTeX writer.fiddlosopher1-1/+2
2009-12-31Changed --print-default-header to --print-default-template.fiddlosopher1-4/+4
2009-12-31Added writerTemplate and writerVariables to writerOptions.fiddlosopher2-0/+6
2009-12-31Renamed headers -> templates.fiddlosopher3-32/+31
2009-12-31Revised LaTeX writer to use templates.fiddlosopher1-85/+34
2009-12-31Fixed S5.fiddlosopher2-2/+4
2009-12-31Added templates module.fiddlosopher1-0/+111
2009-12-22RST reader: Allow :: before lhs code block.fiddlosopher1-0/+1