aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-05markdown2pdf: always do at least two runs.fiddlosopher1-3/+2
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-02markdown2pdf.hs: throw error if pandoc --dump-args does.fiddlosopher1-3/+3
2010-01-02markdown2pdf.hs: When --toc, run latex an extra time.fiddlosopher1-2/+4
2010-01-02pandoc.hs: warn of deprecated options after --dump-args has exited.fiddlosopher1-5/+9
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.fiddlosopher2-15/+28
2009-12-31LaTeX writer: Only require listings package if needed.fiddlosopher1-2/+7
2009-12-31Added needed imports from System.IO when we're using ghc >= 6.12.fiddlosopher2-2/+3
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher11-14/+9
2009-12-31Use System.IO.UTF8 only if ghc < 6.12.fiddlosopher5-4/+27
2009-12-31Removed unneeded LANGUAGE pragmas.fiddlosopher5-5/+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-31markdown2pdf.hs: interpret ! in a log as an error line.fiddlosopher1-1/+1
2009-12-31Modified latex template to include bare minimum of packages.fiddlosopher1-18/+51
2009-12-31Added --xetex option to pandoc and markdown2pdf.fiddlosopher3-13/+28
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 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