aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2012-07-26pandoc: Set readerExtensions instead of readerStrict.John MacFarlane1-1/+5
2012-07-25Changed reader parameters from ParserState to ReaderOptions.John MacFarlane1-18/+16
2012-07-25Restored stateStandalone as readerStandalone.John MacFarlane1-0/+1
2012-07-25Moved stateApplyMacros, stateIndentedCodeClasses to ReaderOptions.John MacFarlane1-3/+3
2012-07-25stateCitations -> readerCitations.John MacFarlane1-2/+2
2012-07-25Moved stateLiterateHaskell to readerLiterateHaskell in Options.John MacFarlane1-3/+4
2012-07-25Got rid of stateStandalone, which was hardly used anyway.John MacFarlane1-1/+0
2012-07-25Moved stateOldDashes to readerOldDashes in ReaderOptions.John MacFarlane1-1/+1
2012-07-25Moved stateTabStop to readerTabStop in ReaderOptions.John MacFarlane1-2/+2
2012-07-25Moved stateColumns to readerColumns in ReaderOptions.John MacFarlane1-1/+1
2012-07-25Moved ParseRaw from ParserState to ReaderOptions.John MacFarlane1-6/+7
2012-07-25Options -> ReaderOptions.John MacFarlane1-2/+2
2012-07-25Put smart, strict in separate options field in state.John MacFarlane1-3/+4
2012-07-24Use catch from Control.Exception to avoid warnings.John MacFarlane1-7/+12
2012-07-24Text.Pandoc: writers now an assoc list of String, Writer.John MacFarlane1-26/+16
2012-07-24Removed unneeded import.John MacFarlane1-1/+0
2012-07-24Changed signatures of writeODT, writeDocx, writeEPUB.John MacFarlane1-4/+8
2012-07-23Set writerTableOfContents for s5 in Text.Pandoc, not pandoc.hs.John MacFarlane1-2/+1
2012-07-23Set writerSlideVariant in Text.Pandoc rather than pandoc.hs.John MacFarlane1-49/+38
2012-07-22Added a new FictionBook2 (FB2) writer.Sergey Astanin1-7/+17
2012-07-19Make `--ascii` work properly with `--self-contained`.John MacFarlane1-1/+1
2012-07-03`-V` option: Add variables to beginning of list, not end.John MacFarlane1-2/+1
2012-06-25Test for base 4.4.0 instead of 4.5.0 for argument/filename encoding.John MacFarlane1-2/+2
2012-06-24Don't encode/decode file paths if base >= 4.5.John MacFarlane1-3/+17
2012-05-24Add support for Slideous output.Jonas Smedegaard1-3/+4
2012-05-17Added 'zenburn' highlight style from highlighting-kate.John MacFarlane1-1/+2
2012-05-11Added writerTeXLigatures to WriterOptions, `--no-tex-ligatures` option.John MacFarlane1-2/+12
2012-04-14Input files with .db extension treated as docbook by default.John MacFarlane1-0/+1
2012-03-09Changed -V so that you can specify a key without a value.John MacFarlane1-8/+7
2012-03-09Added beamer+lhs as output format.John MacFarlane1-16/+14
2012-02-11Print texmath version in --version output.John MacFarlane1-2/+2
2012-02-05Re-added the --ascii option.John MacFarlane1-5/+18
2012-02-05Text.Pandoc.XML: Export fromEntities.John MacFarlane1-14/+2
2012-02-05pandoc: Treat html5+lhs as an html format.John MacFarlane1-1/+2
2012-02-04Complete rewrite of LaTeX reader.John MacFarlane1-16/+11
2012-01-31Change copyright date.John MacFarlane1-3/+3
2012-01-30Added `--epub-embed-font` option.John MacFarlane1-1/+12
2012-01-28Made `beamer` an output format, removed `pdf` as output format.John MacFarlane1-28/+32
2012-01-26Added --atx-headers option.John MacFarlane1-1/+11
2012-01-25Reorganized --help output to match order of options in man page.John MacFarlane1-208/+209
2012-01-25Added --slide-level option to override default.John MacFarlane1-0/+15
2012-01-21Slight edits to a couple error messages.John MacFarlane1-2/+2
2012-01-21Removed `beamer` output format; added `--beamer` option.John MacFarlane1-12/+21
2012-01-21pandoc: Better error checking.John MacFarlane1-0/+10
2012-01-21Improved deprecation warnings for --html5, --offline.John MacFarlane1-3/+4
2012-01-21pandoc: Removed deprecated --xetex option.John MacFarlane1-10/+0
2012-01-21pandoc: Check for latex program earlier.John MacFarlane1-10/+13
2012-01-21pandoc: Added optLaTeXProgram.John MacFarlane1-3/+4
2012-01-20Refactored error reporting in pandoc.hs.John MacFarlane1-40/+49
2012-01-20PDF: Use string instead of special TeXProgram type.John MacFarlane1-2/+2