aboutsummaryrefslogtreecommitdiff
path: root/src/pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2012-12-29Cabal file changes.John MacFarlane1-1052/+0
2012-11-02Preliminary changes for epub3 format.John MacFarlane1-1/+1
2012-10-18Fixed bug in fetching CSL files from CSL data directory.John MacFarlane1-2/+2
2012-10-18Removed debug print statement left in my mistake.John MacFarlane1-1/+0
2012-10-13Moved bibliography processing into readers.John MacFarlane1-26/+24
2012-10-06Biblio: Changed type of processBiblio.John MacFarlane1-2/+5
2012-09-29Adjusted pandoc.hs for changes in Biblio module.John MacFarlane1-17/+17
2012-09-25Removed need for utf8-string package.John MacFarlane1-3/+2
2012-09-23Revert "More intelligent handling of text encodings."John MacFarlane1-8/+8
2012-09-23More intelligent handling of text encodings.John MacFarlane1-8/+8
2012-09-23Added 'UTF8.' to decodeArg.John MacFarlane1-1/+1
2012-09-23Revert "Use local encoding for input/output rather than forcing UTF8."John MacFarlane1-11/+11
2012-09-23Use local encoding for input/output rather than forcing UTF8.John MacFarlane1-11/+11
2012-09-23Export encodePath/decodePath from UTF8.John MacFarlane1-15/+1
2012-09-12Added basic mediawiki reader.John MacFarlane1-0/+1
2012-09-12Changed mathjax cdn url so it doesn't use https.John MacFarlane1-1/+1
2012-08-09Changed strict to markdown_strict.John MacFarlane1-2/+2
2012-08-09Removed `--strict`, added extensions to writer/reader names.John MacFarlane1-41/+32
2012-08-09Removed --enable, --disable options.John MacFarlane1-28/+2
2012-08-09Use safeRead instead of using reads directly (various modules).John MacFarlane1-16/+16
2012-08-08Changes to literate haskell options.John MacFarlane1-4/+0
2012-08-06Support hard_line_breaks markdown extension.John MacFarlane1-2/+2
2012-07-27Added --disable and --enable options for markdown extensions.John MacFarlane1-8/+37
2012-07-27Replaced writerStrict with writerExtensions in WriterOptions.John MacFarlane1-1/+4
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-1/+1
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