aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2010-07-22Export HTMLSlideVariant in Text.Pandoc.John MacFarlane1-1/+1
2010-07-21Avoid shadowing when compiling with citeproc.John MacFarlane1-4/+4
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+1
2010-07-15Added --section-divs option.John MacFarlane1-0/+9
2010-07-15Added --webtex option for HTML math.John MacFarlane1-3/+15
2010-07-13Added a slidy writer.John MacFarlane1-5/+11
2010-07-11Moved headerShift from pandoc.hs to Shared.John MacFarlane1-7/+2
2010-07-08Get default stylesheet in EPUB writer, rather than pandoc.hs.John MacFarlane1-10/+7
2010-07-08Added writerUserDataDir to WriterOptions.John MacFarlane1-3/+3
2010-07-08Added writerSourceDirectory to WriterOptions.John MacFarlane1-7/+9
2010-07-05Added writerEPUBMetadata field and --epub-metadata option.John MacFarlane1-0/+12
2010-07-05Removed writerInclude{Before,After} from WriterOptions.John MacFarlane1-8/+0
2010-07-05Moved Pandoc prettyprinting code from Shared to new Native writer.John MacFarlane1-5/+1
2010-07-05Added an EPUB writer.John MacFarlane1-1/+19
2010-07-05Made a proper ODT writer.John MacFarlane1-15/+16
2010-05-17Added Textile writer module.John MacFarlane1-0/+1
2010-05-06Use new UTF8 module in Shared, ODT, and the executables.John MacFarlane1-29/+22
2010-05-04Convert command-line arguments to UTF8.John MacFarlane1-1/+2
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-19Changed copyright date range for -v.fiddlosopher1-1/+1
2010-03-18Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher1-4/+13
2010-03-18Better heuristics for guessing reader to use.fiddlosopher1-6/+9
2010-03-18Added plain writer.fiddlosopher1-0/+1
2010-03-18Refactored handler for base-header-level option.fiddlosopher1-11/+15
2010-03-14Added --base-header-level option.fiddlosopher1-6/+28
2010-03-13Use template variables for include-before/after.fiddlosopher1-6/+8
2010-02-21Behave gracefully if HOME is not set.fiddlosopher1-7/+9
2010-02-02Allow absolute URI as parameter (in this case, content is downloaded).fiddlosopher1-1/+8
2010-01-18Made userdir arg of saveDocumentAsODT a Maybe.fiddlosopher1-1/+1
2010-01-18Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML.fiddlosopher1-2/+2
2010-01-18Rename getTemplate -> getDefaultTemplate.fiddlosopher1-2/+2
2010-01-14Added --data-dir option.fiddlosopher1-6/+20
2010-01-02pandoc.hs: warn of deprecated options after --dump-args has exited.fiddlosopher1-5/+9
2009-12-31Added --reference-odt option.fiddlosopher1-2/+12
2009-12-31Added needed imports from System.IO when we're using ghc >= 6.12.fiddlosopher1-1/+2
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher1-2/+1
2009-12-31Use System.IO.UTF8 only if ghc < 6.12.fiddlosopher1-1/+6
2009-12-31Removed unneeded LANGUAGE pragmas.fiddlosopher1-1/+0
2009-12-31Added --xetex option to pandoc and markdown2pdf.fiddlosopher1-0/+9
2009-12-31Use $for$ for header-includes.fiddlosopher1-10/+10
2009-12-31Use $for$ for --css option in HTML writer.fiddlosopher1-8/+1
2009-12-31Don't set "standalone" variable.fiddlosopher1-4/+1
2009-12-31HTML writer changes for templates.fiddlosopher1-1/+1
2009-12-31Fixed up LaTeXMathML module not to use TH.fiddlosopher1-3/+10
2009-12-31Restored writerIncludeBefore, writerIncludeAfter.fiddlosopher1-14/+12
2009-12-31Added 'standalone' variable, use in templates.fiddlosopher1-1/+4
2009-12-31Removed TH dependency from S5 module, removed DefaultTemplates.fiddlosopher1-1/+12
2009-12-31Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.fiddlosopher1-27/+33
2009-12-31Simplified handling of --css; removed optCSS in pandoc.hs.fiddlosopher1-20/+12
2009-12-31Added -V/--variable option to set custom template variables.fiddlosopher1-0/+13