aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
AgeCommit message (Expand)AuthorFilesLines
2013-12-06Text.Pandoc: Don't default to pandocExtensions for all writers.John MacFarlane1-1/+4
2013-08-08Pass writename as argument to filters.John MacFarlane1-4/+1
2013-08-03Text.Pandoc: Don't reexport ToJSONFilter.John MacFarlane1-2/+2
2013-08-03Text.Pandoc.JSON: Use To/FromJSON instances from pandoc-types.John MacFarlane1-62/+12
2013-07-23Text.Pandoc: Added readJSON, writeJSON to the API.John MacFarlane1-9/+17
2013-07-14Initial work to create dokuwiki writer (#386)Clare Macrae1-0/+3
2013-06-24Use new flexible metadata type.John MacFarlane1-16/+16
2013-06-24Use aeson for json.John MacFarlane1-13/+24
2013-05-09Removed obsolete comment.John MacFarlane1-3/+0
2013-04-14Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.John MacFarlane1-2/+7
2013-03-28Add reader for Haddock markup based on Haddock's own lexer/parser.David Lazar1-0/+3
2013-03-23Reveal.js improvements.John MacFarlane1-1/+1
2013-03-21Added basic support for reveal.js.Jamie F. Olson1-0/+3
2013-03-19Added Text.Pandoc.Writers.OPML.John MacFarlane1-0/+3
2013-03-19Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane1-0/+3
2013-02-11Added markdown_github as input format.John MacFarlane1-0/+1
2013-01-18RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane1-2/+1
2013-01-16Options: Added multimarkdownExtensions.John MacFarlane1-0/+3
2013-01-11Options: Added githubMarkdownExtensions.John MacFarlane1-0/+2
2013-01-10Added markdown_phpextra as writer option.John MacFarlane1-0/+1
2013-01-10Options: Added phpMarkdownExtraExtensions.John MacFarlane1-9/+11
2013-01-05EPUB changes.John MacFarlane1-4/+5
2013-01-04Use readMarkdownWithWarnings in Text.Pandoc.John MacFarlane1-3/+10
2013-01-03Changed type of 'readers' in Text.Pandoc, so all readers are in IO.John MacFarlane1-12/+12
2012-11-02Preliminary changes for epub3 format.John MacFarlane1-2/+4
2012-09-12Added basic mediawiki reader.John MacFarlane1-0/+3
2012-08-09Changed strict to markdown_strict.John MacFarlane1-3/+3
2012-08-09Fixed handling of default extensions, so they don't override +options.John MacFarlane1-8/+10
2012-08-09Removed `--strict`, added extensions to writer/reader names.John MacFarlane1-5/+14
2012-08-09Added getReader, getWriter to Text.Pandoc.John MacFarlane1-0/+31
2012-08-09Use safeRead instead of using reads directly (various modules).John MacFarlane1-4/+4
2012-08-09Added parseFormatSpec to Text.Pandoc.John MacFarlane1-0/+22
2012-08-08Changes to literate haskell options.John MacFarlane1-19/+0
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane1-7/+0
2012-07-25Changed reader parameters from ParserState to ReaderOptions.John MacFarlane1-27/+8
2012-07-25Moved stateLiterateHaskell to readerLiterateHaskell in Options.John MacFarlane1-3/+9
2012-07-25Put smart, strict in separate options field in state.John MacFarlane1-0/+3
2012-07-24Text.Pandoc: writers now an assoc list of String, Writer.John MacFarlane1-54/+57
2012-07-23Set writerTableOfContents for s5 in Text.Pandoc, not pandoc.hs.John MacFarlane1-1/+2
2012-07-23Set writerSlideVariant in Text.Pandoc rather than pandoc.hs.John MacFarlane1-4/+9
2012-07-22Added a new FictionBook2 (FB2) writer.Sergey Astanin1-8/+17
2012-07-19Provide Data.Default instances for ParserState and WriterOptions.John MacFarlane1-0/+3
2012-05-24Add support for Slideous output.Jonas Smedegaard1-0/+1
2012-05-12Export readDocBook in Text.Pandoc.John MacFarlane1-0/+1
2012-04-14Added skeleton of basic docbook reader.John MacFarlane1-0/+2
2012-03-09Added beamer+lhs as output format.John MacFarlane1-0/+2
2012-01-28Made `beamer` an output format, removed `pdf` as output format.John MacFarlane1-0/+2
2012-01-24Doc fixes in Text.Pandoc.John MacFarlane1-10/+9
2012-01-24Text.Pandoc: Added ToFilter instance for a -> [a] types.John MacFarlane1-0/+10
2012-01-24Added ToJsonFilter class, deprecated old jsonFilter function.John MacFarlane1-0/+37