summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
Commit message (Expand)AuthorAge
...
* Options: Added githubMarkdownExtensions.John MacFarlane2013-01-11
* Added markdown_phpextra as writer option.John MacFarlane2013-01-10
* Options: Added phpMarkdownExtraExtensions.John MacFarlane2013-01-10
* EPUB changes.John MacFarlane2013-01-05
* Use readMarkdownWithWarnings in Text.Pandoc.John MacFarlane2013-01-04
* Changed type of 'readers' in Text.Pandoc, so all readers are in IO.John MacFarlane2013-01-03
* Preliminary changes for epub3 format.John MacFarlane2012-11-02
* Added basic mediawiki reader.John MacFarlane2012-09-12
* Changed strict to markdown_strict.John MacFarlane2012-08-09
* Fixed handling of default extensions, so they don't override +options.John MacFarlane2012-08-09
* Removed `--strict`, added extensions to writer/reader names.John MacFarlane2012-08-09
* Added getReader, getWriter to Text.Pandoc.John MacFarlane2012-08-09
* Use safeRead instead of using reads directly (various modules).John MacFarlane2012-08-09
* Added parseFormatSpec to Text.Pandoc.John MacFarlane2012-08-09
* Changes to literate haskell options.John MacFarlane2012-08-08
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
* Changed reader parameters from ParserState to ReaderOptions.John MacFarlane2012-07-25
* Moved stateLiterateHaskell to readerLiterateHaskell in Options.John MacFarlane2012-07-25
* Put smart, strict in separate options field in state.John MacFarlane2012-07-25
* Text.Pandoc: writers now an assoc list of String, Writer.John MacFarlane2012-07-24
* Set writerTableOfContents for s5 in Text.Pandoc, not pandoc.hs.John MacFarlane2012-07-23
* Set writerSlideVariant in Text.Pandoc rather than pandoc.hs.John MacFarlane2012-07-23
* Added a new FictionBook2 (FB2) writer.Sergey Astanin2012-07-22
* Provide Data.Default instances for ParserState and WriterOptions.John MacFarlane2012-07-19
* Add support for Slideous output.Jonas Smedegaard2012-05-24
* Export readDocBook in Text.Pandoc.John MacFarlane2012-05-12
* Added skeleton of basic docbook reader.John MacFarlane2012-04-14
* Added beamer+lhs as output format.John MacFarlane2012-03-09
* Made `beamer` an output format, removed `pdf` as output format.John MacFarlane2012-01-28
* Doc fixes in Text.Pandoc.John MacFarlane2012-01-24
* Text.Pandoc: Added ToFilter instance for a -> [a] types.John MacFarlane2012-01-24
* Added ToJsonFilter class, deprecated old jsonFilter function.John MacFarlane2012-01-24
* Removed `beamer` output format; added `--beamer` option.John MacFarlane2012-01-21
* Added Docx writer.John MacFarlane2012-01-19
* Made `html5` and `html5+lhs` output formats.John MacFarlane2011-12-29
* Added 'beamer' as an output format.John MacFarlane2011-12-29
* Renamed to AsciiDoc. Fixed display math and escapes.John MacFarlane2011-11-18
* Added an asciidoc writer (partial).John MacFarlane2011-11-16
* Added dzslides output option.John MacFarlane2011-10-01
* RTF writer: Embed images when possible.John MacFarlane2011-01-28
* Text.Pandoc: Added jsonFilter for easy construction of scripts.John MacFarlane2011-01-22
* Export readNative in Text.Pandoc.Shared.John MacFarlane2011-01-20
* Added Text.Pandoc.Readers.Native (readNative).John MacFarlane2011-01-19
* Fixed the parser for rst+lhs - set stateLiterateHaskell.John MacFarlane2011-01-14
* Text.Pandoc: Improved readers, writers lists for lhs variants.John MacFarlane2011-01-11
* Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane2010-12-24
* Added support to write natbib or biblatex citations in latex output.Nathan Gass2010-12-13
* Added JSON reader and writer.John MacFarlane2010-12-11
|\
* | Moved 'readers' and 'writers' to Text.Pandoc.John MacFarlane2010-12-10
|/
* Added Org-mode writerPuneeth Chaganti2010-12-04