summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
Commit message (Expand)AuthorAge
* Added --data-dir option.fiddlosopher2010-01-14
* pandoc.hs: warn of deprecated options after --dump-args has exited.fiddlosopher2010-01-02
* Added --reference-odt option.fiddlosopher2009-12-31
* Added needed imports from System.IO when we're using ghc >= 6.12.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
* Added --xetex option to pandoc and markdown2pdf.fiddlosopher2009-12-31
* Use $for$ for header-includes.fiddlosopher2009-12-31
* Use $for$ for --css option in HTML writer.fiddlosopher2009-12-31
* Don't set "standalone" variable.fiddlosopher2009-12-31
* HTML writer changes for templates.fiddlosopher2009-12-31
* Fixed up LaTeXMathML module not to use TH.fiddlosopher2009-12-31
* Restored writerIncludeBefore, writerIncludeAfter.fiddlosopher2009-12-31
* Added 'standalone' variable, use in templates.fiddlosopher2009-12-31
* Removed TH dependency from S5 module, removed DefaultTemplates.fiddlosopher2009-12-31
* Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.fiddlosopher2009-12-31
* Simplified handling of --css; removed optCSS in pandoc.hs.fiddlosopher2009-12-31
* Added -V/--variable option to set custom template variables.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Added and documented --template option.fiddlosopher2009-12-31
* Use legacy-header variable for custom header.fiddlosopher2009-12-31
* Changed --print-default-header to --print-default-template.fiddlosopher2009-12-31
* Added writerTemplate and writerVariables to writerOptions.fiddlosopher2009-12-31
* Renamed headers -> templates.fiddlosopher2009-12-31
* Added --id-prefix option.fiddlosopher2009-12-05
* Changed --default-code-classes -> --indented-code-classes.fiddlosopher2009-12-05
* Added --default-code-classes option.fiddlosopher2009-12-01
* Make --smart default for man output format.fiddlosopher2009-06-06
* Made pandoc -v more explicit about compiler options.fiddlosopher2009-05-02
* pandoc.hs: Make --strict compatible with --standalone, --toc.fiddlosopher2009-05-01
* Fixed regression with --preserveTabs.fiddlosopher2009-04-08
* Don't return an error status on --help or --version.fiddlosopher2009-02-26
* Removed plugin support.fiddlosopher2009-02-24
* Moved tabFilter to Shared.fiddlosopher2009-01-31
* Renamed Main.hs -> pandoc.hs.fiddlosopher2009-01-31