summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc.hs
Commit message (Expand)AuthorAge
* Finished first draft of Haddock writer.John MacFarlane2014-06-18
* Naming: Use Docx instead of DocX.John MacFarlane2014-06-16
* Integrated the docx reader into the main pandoc program.mpickering2014-06-16
* Org reader: support Pandocs citation extensionAlbert Krewinkel2014-05-14
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* Fix #1267.John MacFarlane2014-04-27
* Merge branch 'master' of https://github.com/mb21/pandoc into mb21-masterJohn MacFarlane2014-03-04
|\
| * InDesign ICML Writermb212014-02-28
* | Add a simple Emacs Org-mode readerAlbert Krewinkel2014-03-04
* | Text.Pandoc: Don't default to pandocExtensions for all writers.John MacFarlane2013-12-06
|/
* Pass writename as argument to filters.John MacFarlane2013-08-08
* Text.Pandoc: Don't reexport ToJSONFilter.John MacFarlane2013-08-03
* Text.Pandoc.JSON: Use To/FromJSON instances from pandoc-types.John MacFarlane2013-08-03
* Text.Pandoc: Added readJSON, writeJSON to the API.John MacFarlane2013-07-23
* Use new flexible metadata type.John MacFarlane2013-06-24
* Use aeson for json.John MacFarlane2013-06-24
* Removed obsolete comment.John MacFarlane2013-05-09
* Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`.John MacFarlane2013-04-14
* Add reader for Haddock markup based on Haddock's own lexer/parser.David Lazar2013-03-28
* Reveal.js improvements.John MacFarlane2013-03-23
* Added basic support for reveal.js.Jamie F. Olson2013-03-21
* Added Text.Pandoc.Writers.OPML.John MacFarlane2013-03-19
* Added Text.Pandoc.Readers.OPML, exporting readOPML.John MacFarlane2013-03-19
* Added markdown_github as input format.John MacFarlane2013-02-11
* RTF writer: Added writeRTFWithEmbeddedImages.John MacFarlane2013-01-18
* Options: Added multimarkdownExtensions.John MacFarlane2013-01-16
* 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