summaryrefslogtreecommitdiff
path: root/src/pandoc.hs
Commit message (Expand)AuthorAge
* Avoid shadowing when compiling with citeproc.John MacFarlane2010-07-21
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Added --section-divs option.John MacFarlane2010-07-15
* Added --webtex option for HTML math.John MacFarlane2010-07-15
* Added a slidy writer.John MacFarlane2010-07-13
* Moved headerShift from pandoc.hs to Shared.John MacFarlane2010-07-11
* Get default stylesheet in EPUB writer, rather than pandoc.hs.John MacFarlane2010-07-08
* Added writerUserDataDir to WriterOptions.John MacFarlane2010-07-08
* Added writerSourceDirectory to WriterOptions.John MacFarlane2010-07-08
* Added writerEPUBMetadata field and --epub-metadata option.John MacFarlane2010-07-05
* Removed writerInclude{Before,After} from WriterOptions.John MacFarlane2010-07-05
* Moved Pandoc prettyprinting code from Shared to new Native writer.John MacFarlane2010-07-05
* Added an EPUB writer.John MacFarlane2010-07-05
* Made a proper ODT writer.John MacFarlane2010-07-05
* Use new UTF8 module in Shared, ODT, and the executables.John MacFarlane2010-05-06
* Convert command-line arguments to UTF8.John MacFarlane2010-05-04
* Updated copyright notices.John MacFarlane2010-03-23
* Changed copyright date range for -v.fiddlosopher2010-03-19
* Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher2010-03-18
* Better heuristics for guessing reader to use.fiddlosopher2010-03-18
* Added plain writer.fiddlosopher2010-03-18
* Refactored handler for base-header-level option.fiddlosopher2010-03-18
* Added --base-header-level option.fiddlosopher2010-03-14
* Use template variables for include-before/after.fiddlosopher2010-03-13
* Behave gracefully if HOME is not set.fiddlosopher2010-02-21
* Allow absolute URI as parameter (in this case, content is downloaded).fiddlosopher2010-02-02
* Made userdir arg of saveDocumentAsODT a Maybe.fiddlosopher2010-01-18
* Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML.fiddlosopher2010-01-18
* Rename getTemplate -> getDefaultTemplate.fiddlosopher2010-01-18
* 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