summaryrefslogtreecommitdiff
path: root/src/Text
Commit message (Expand)AuthorAge
* Added --data-dir option.fiddlosopher2010-01-14
* Added getTemplate to Text.Pandoc.Templates.fiddlosopher2010-01-11
* HTML writer: don't include empty UL if --toc but no sections.fiddlosopher2010-01-09
* LaTeX writer: Removed stLink, link template variable.fiddlosopher2010-01-05
* Updated haddocks for changes in Meta type.fiddlosopher2010-01-04
* LaTeX writer: if book, report, or memoir documentclass, use \chapter{}fiddlosopher2010-01-03
* Changed default of writerXeTeX to False.fiddlosopher2010-01-02
* XML: don't escape \160 (nonbreaking space) as an entity.fiddlosopher2010-01-01
* Docbook writer: use unicode instead of entities.fiddlosopher2010-01-01
* HTML writer: Use functions from XML module to escape strings.fiddlosopher2010-01-01
* Finished converting HTML writer to use unicode instead of entities.fiddlosopher2010-01-01
* Modified S5 writer to look for s5 files in s5 directory.fiddlosopher2010-01-01
* Added --reference-odt option.fiddlosopher2009-12-31
* LaTeX writer: Only require listings package if needed.fiddlosopher2009-12-31
* Removed redundant imports (found by ghc 6.12).fiddlosopher2009-12-31
* Use System.IO.UTF8 only if ghc < 6.12.fiddlosopher2009-12-31
* Removed unneeded LANGUAGE pragmas.fiddlosopher2009-12-31
* Use UTF8 instead of entities in HTML.fiddlosopher2009-12-31
* HTML footnotes: put anchor inside sup, instead of other way.fiddlosopher2009-12-31
* Modified latex template to include bare minimum of packages.fiddlosopher2009-12-31
* Added --xetex option to pandoc and markdown2pdf.fiddlosopher2009-12-31
* Modified mediawiki writer to use new templates.fiddlosopher2009-12-31
* Updated texinfo writer to use new templates.fiddlosopher2009-12-31
* Modified RTF writer to use new templates.fiddlosopher2009-12-31
* Revised man writer to use new templates.fiddlosopher2009-12-31
* Opendocument writer: support new templates.fiddlosopher2009-12-31
* Don't wrap text in OpenDocument writer.fiddlosopher2009-12-31
* Context and latex writers - parse title, author, date before body.fiddlosopher2009-12-31
* Updated docbook writer to use new templates.fiddlosopher2009-12-31
* LaTeX reader: use \\ to separate multiple authors.fiddlosopher2009-12-31
* Markdown reader: use ; as separator between authors.fiddlosopher2009-12-31
* Improved RST writer.fiddlosopher2009-12-31
* Fixed bug with $else$ in templates module.fiddlosopher2009-12-31
* Use $for$ for multiple authors in context, latex, markdown.fiddlosopher2009-12-31
* Use $for$ for --css option in HTML writer.fiddlosopher2009-12-31
* Added $for$ to template system.fiddlosopher2009-12-31
* Use separate title, author, date variables in markdown template.fiddlosopher2009-12-31
* Fixed RST writer to use new templates.fiddlosopher2009-12-31
* Made an import more specific.fiddlosopher2009-12-31
* Made renderTemplate polymorphic; added TemplateTarget class.fiddlosopher2009-12-31
* Templates: don't try to handle indented $if$, $else$, $endif$.fiddlosopher2009-12-31
* Modified templates to respect indentation.fiddlosopher2009-12-31
* -Wall cleanup in markdown writer.fiddlosopher2009-12-31
* Got s5 writer working with html template.fiddlosopher2009-12-31
* HTML writer changes for templates.fiddlosopher2009-12-31
* Fixed up LaTeXMathML module not to use TH.fiddlosopher2009-12-31
* Implemented templates for context writer.fiddlosopher2009-12-31
* Restored writerIncludeBefore, writerIncludeAfter.fiddlosopher2009-12-31
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* Added 'standalone' variable, use in templates.fiddlosopher2009-12-31