Age | Commit message (Expand) | Author | Files | Lines |
2014-03-04 | Merge branch 'master' of https://github.com/mb21/pandoc into mb21-master | John MacFarlane | 1 | -0/+3 |
2014-03-04 | Add a simple Emacs Org-mode reader | Albert Krewinkel | 1 | -0/+3 |
2014-02-28 | InDesign ICML Writer | mb21 | 1 | -0/+3 |
2013-12-06 | Text.Pandoc: Don't default to pandocExtensions for all writers. | John MacFarlane | 1 | -1/+4 |
2013-08-08 | Pass writename as argument to filters. | John MacFarlane | 1 | -4/+1 |
2013-08-03 | Text.Pandoc: Don't reexport ToJSONFilter. | John MacFarlane | 1 | -2/+2 |
2013-08-03 | Text.Pandoc.JSON: Use To/FromJSON instances from pandoc-types. | John MacFarlane | 1 | -62/+12 |
2013-07-23 | Text.Pandoc: Added readJSON, writeJSON to the API. | John MacFarlane | 1 | -9/+17 |
2013-06-24 | Use new flexible metadata type. | John MacFarlane | 1 | -16/+16 |
2013-06-24 | Use aeson for json. | John MacFarlane | 1 | -13/+24 |
2013-05-09 | Removed obsolete comment. | John MacFarlane | 1 | -3/+0 |
2013-04-14 | Added `Text.Pandoc.Writers.Custom`, `--print-custom-lua-writer`. | John MacFarlane | 1 | -2/+7 |
2013-03-28 | Add reader for Haddock markup based on Haddock's own lexer/parser. | David Lazar | 1 | -0/+3 |
2013-03-23 | Reveal.js improvements. | John MacFarlane | 1 | -1/+1 |
2013-03-21 | Added basic support for reveal.js. | Jamie F. Olson | 1 | -0/+3 |
2013-03-19 | Added Text.Pandoc.Writers.OPML. | John MacFarlane | 1 | -0/+3 |
2013-03-19 | Added Text.Pandoc.Readers.OPML, exporting readOPML. | John MacFarlane | 1 | -0/+3 |
2013-02-11 | Added markdown_github as input format. | John MacFarlane | 1 | -0/+1 |
2013-01-18 | RTF writer: Added writeRTFWithEmbeddedImages. | John MacFarlane | 1 | -2/+1 |
2013-01-16 | Options: Added multimarkdownExtensions. | John MacFarlane | 1 | -0/+3 |
2013-01-11 | Options: Added githubMarkdownExtensions. | John MacFarlane | 1 | -0/+2 |
2013-01-10 | Added markdown_phpextra as writer option. | John MacFarlane | 1 | -0/+1 |
2013-01-10 | Options: Added phpMarkdownExtraExtensions. | John MacFarlane | 1 | -9/+11 |
2013-01-05 | EPUB changes. | John MacFarlane | 1 | -4/+5 |
2013-01-04 | Use readMarkdownWithWarnings in Text.Pandoc. | John MacFarlane | 1 | -3/+10 |
2013-01-03 | Changed type of 'readers' in Text.Pandoc, so all readers are in IO. | John MacFarlane | 1 | -12/+12 |
2012-11-02 | Preliminary changes for epub3 format. | John MacFarlane | 1 | -2/+4 |
2012-09-12 | Added basic mediawiki reader. | John MacFarlane | 1 | -0/+3 |
2012-08-09 | Changed strict to markdown_strict. | John MacFarlane | 1 | -3/+3 |
2012-08-09 | Fixed handling of default extensions, so they don't override +options. | John MacFarlane | 1 | -8/+10 |
2012-08-09 | Removed `--strict`, added extensions to writer/reader names. | John MacFarlane | 1 | -5/+14 |
2012-08-09 | Added getReader, getWriter to Text.Pandoc. | John MacFarlane | 1 | -0/+31 |
2012-08-09 | Use safeRead instead of using reads directly (various modules). | John MacFarlane | 1 | -4/+4 |
2012-08-09 | Added parseFormatSpec to Text.Pandoc. | John MacFarlane | 1 | -0/+22 |
2012-08-08 | Changes to literate haskell options. | John MacFarlane | 1 | -19/+0 |
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -7/+0 |
2012-07-25 | Changed reader parameters from ParserState to ReaderOptions. | John MacFarlane | 1 | -27/+8 |
2012-07-25 | Moved stateLiterateHaskell to readerLiterateHaskell in Options. | John MacFarlane | 1 | -3/+9 |
2012-07-25 | Put smart, strict in separate options field in state. | John MacFarlane | 1 | -0/+3 |
2012-07-24 | Text.Pandoc: writers now an assoc list of String, Writer. | John MacFarlane | 1 | -54/+57 |
2012-07-23 | Set writerTableOfContents for s5 in Text.Pandoc, not pandoc.hs. | John MacFarlane | 1 | -1/+2 |
2012-07-23 | Set writerSlideVariant in Text.Pandoc rather than pandoc.hs. | John MacFarlane | 1 | -4/+9 |
2012-07-22 | Added a new FictionBook2 (FB2) writer. | Sergey Astanin | 1 | -8/+17 |
2012-07-19 | Provide Data.Default instances for ParserState and WriterOptions. | John MacFarlane | 1 | -0/+3 |
2012-05-24 | Add support for Slideous output. | Jonas Smedegaard | 1 | -0/+1 |
2012-05-12 | Export readDocBook in Text.Pandoc. | John MacFarlane | 1 | -0/+1 |
2012-04-14 | Added skeleton of basic docbook reader. | John MacFarlane | 1 | -0/+2 |
2012-03-09 | Added beamer+lhs as output format. | John MacFarlane | 1 | -0/+2 |
2012-01-28 | Made `beamer` an output format, removed `pdf` as output format. | John MacFarlane | 1 | -0/+2 |
2012-01-24 | Doc fixes in Text.Pandoc. | John MacFarlane | 1 | -10/+9 |