aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2010-01-14Added --data-dir option.fiddlosopher5-45/+37
2010-01-11Added getTemplate to Text.Pandoc.Templates.fiddlosopher1-7/+27
2010-01-09HTML writer: don't include empty UL if --toc but no sections.fiddlosopher1-1/+5
2010-01-05LaTeX writer: Removed stLink, link template variable.fiddlosopher1-5/+2
2010-01-04Updated haddocks for changes in Meta type.fiddlosopher1-3/+2
2010-01-03LaTeX writer: if book, report, or memoir documentclass, use \chapter{}fiddlosopher1-7/+21
2010-01-02Changed default of writerXeTeX to False.fiddlosopher1-1/+1
2010-01-01XML: don't escape \160 (nonbreaking space) as an entity.fiddlosopher1-2/+1
2010-01-01Docbook writer: use unicode instead of entities.fiddlosopher1-3/+3
2010-01-01HTML writer: Use functions from XML module to escape strings.fiddlosopher1-8/+2
2010-01-01Finished converting HTML writer to use unicode instead of entities.fiddlosopher1-14/+13
2010-01-01Modified S5 writer to look for s5 files in s5 directory.fiddlosopher1-8/+8
2009-12-31Added --reference-odt option.fiddlosopher1-13/+16
2009-12-31LaTeX writer: Only require listings package if needed.fiddlosopher1-2/+7
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher10-12/+8
2009-12-31Use System.IO.UTF8 only if ghc < 6.12.fiddlosopher2-3/+10
2009-12-31Removed unneeded LANGUAGE pragmas.fiddlosopher3-3/+1
2009-12-31Use UTF8 instead of entities in HTML.fiddlosopher1-3/+1
2009-12-31HTML footnotes: put anchor inside sup, instead of other way.fiddlosopher1-4/+4
2009-12-31Modified latex template to include bare minimum of packages.fiddlosopher1-18/+51
2009-12-31Added --xetex option to pandoc and markdown2pdf.fiddlosopher1-0/+2
2009-12-31Modified mediawiki writer to use new templates.fiddlosopher1-15/+15
2009-12-31Updated texinfo writer to use new templates.fiddlosopher1-87/+37
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 --css option in HTML writer.fiddlosopher1-3/+3
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-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.fiddlosopher2-83/+87
2009-12-31Fixed up LaTeXMathML module not to use TH.fiddlosopher1-3/+0
2009-12-31Implemented templates for context writer.fiddlosopher1-47/+28
2009-12-31Restored writerIncludeBefore, writerIncludeAfter.fiddlosopher3-5/+26
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.fiddlosopher2-12/+2