aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2010-12-03Use textile reader by default for .textile extension.John MacFarlane1-0/+1
2010-12-03Basic Textile Readerpaul.rivier1-0/+1
2010-11-27Merge branch 'textile'John MacFarlane1-0/+1
2010-11-12Treat argument as URI only if it has http(s) scheme.John MacFarlane1-3/+4
2010-10-26Added support for MathJax for displaying math in HTML.John MacFarlane1-0/+6
2010-10-26Process LaTeX macros in markdown, and apply to TeX math.John MacFarlane1-2/+3
2010-10-24Changed --help message for --variable to KEY:VALUE.John MacFarlane1-1/+1
2010-09-10Encode filenames as UTF8.John MacFarlane1-2/+2
2010-07-24--offline implies --standalone.John MacFarlane1-1/+2
2010-07-22Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5.John MacFarlane1-1/+1
2010-07-22Moved s5 writing from S5 module to HTML.John MacFarlane1-6/+3
2010-07-22Extended --offline to s5.John MacFarlane1-1/+4
2010-07-22Added new --offline option for slidy.John MacFarlane1-5/+20
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