summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* Merge pull request #1486 from Aelve/minorJohn MacFarlane2014-08-04
|\
| * Add PatternGuards pragmas.Artyom Kazak2014-08-04
| * Remove redundant isHexDigit function.Artyom Kazak2014-08-04
| * Remove dangling `where` from one function.Artyom Kazak2014-08-04
| * Use `stripPrefix` where appropriate.Artyom Kazak2014-08-04
| * Clean up `mediaTypeOf` a bit.Artyom Kazak2014-08-04
| * Use `mapM_` instead of `() <$ mapM` in one place.Artyom Kazak2014-08-04
* | Merge pull request #1476 from jkr/endnote-fixJohn MacFarlane2014-08-04
|\ \
| * | Docx Parser: Produce endnotes.Jesse Rosenthal2014-08-01
* | | HTML reader: ignore <?xml..> and <DOCTYPE..> tags.John MacFarlane2014-08-04
* | | Use texmath 0.7 interface.John MacFarlane2014-08-04
* | | Merge branch 'epubend' of https://github.com/mpickering/pandoc into mpickerin...John MacFarlane2014-08-04
|\ \ \ | |_|/ |/| |
| * | EPUB Reader: Now uses the new MediaBag for imagesMatthew Pickering2014-07-31
| * | EPUB Reader: Integrated into programMatthew Pickering2014-07-31
| * | HTML Reader: Added ability to read MathML formatted <math> blocksMatthew Pickering2014-07-31
| * | HTML Reader: Added support for anchors on links and list itemsMatthew Pickering2014-07-31
| * | HTML Reader: Extended HTML Reader to recognise EPUB specific elementsMatthew Pickering2014-07-31
| * | Options: Added option to turn on epub html extensionsMatthew Pickering2014-07-31
| * | Except Compat: Updated to export more module functionsMatthew Pickering2014-07-31
| * | EPUB Reader: Added EPUB readerMatthew Pickering2014-07-31
* | | Correctly implement capitalisation.Artyom Kazak2014-08-03
* | | SelfContained: Fixed determining of source URL from within CSS files.John MacFarlane2014-08-02
* | | fetchItem: improved mime type guessing.John MacFarlane2014-08-02
* | | Shared: fetchItem improvements.John MacFarlane2014-08-02
* | | Text.Pandoc.SelfContained changes.John MacFarlane2014-08-02
| |/ |/|
* | Docx Reader: Single underlines are "emph"Jesse Rosenthal2014-07-31
|/
* New module, Text.Pandoc.MediaBag.John MacFarlane2014-07-31
* Made MediaBag a newtype, and added mime type information to media.John MacFarlane2014-07-31
* Shared: Added function insertMedia which is an alias for M.insertMatthew Pickering2014-07-31
* Removed deprecated and no longer used readerStrict in ReaderOptions.John MacFarlane2014-07-30
* getT2TMeta: Take list of source files instead of single.John MacFarlane2014-07-30
* Allow --self-contained to get content from MediaBag.John MacFarlane2014-07-30
* RTF writer: Improved image embedding.John MacFarlane2014-07-30
* RTF writer: refactored image embedding, using fetchItem'.John MacFarlane2014-07-30
* PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.John MacFarlane2014-07-30
* Shared: Added fetchItem', which searches a media bag too.John MacFarlane2014-07-30
* Moved MediaBag back from Shared to Options, to avoid module cycle.John MacFarlane2014-07-30
* Added writerMediaBag to WriterOptions.John MacFarlane2014-07-30
* Moved MediaBag from Shared to Options.John MacFarlane2014-07-30
* Moved withTempDir from PDF to Shared, export from Shared.John MacFarlane2014-07-30
* Pandoc.hs: change BSReader to output MediaBag as well as pandoc.Jesse Rosenthal2014-07-30
* Shared: Make MediaBag available through Shared.Jesse Rosenthal2014-07-30
* Docx reader: Make docx reader put image data in MediaBag.Jesse Rosenthal2014-07-30
* Mediawiki writer: don't escape inside `<source>`.John MacFarlane2014-07-29
* Docx writer: Print subtitle from metadata if present.John MacFarlane2014-07-29
* LaTeX writer: use \(..\) instead of $..$ for inline math.John MacFarlane2014-07-29
* Merge pull request #1463 from jkr/metadataJohn MacFarlane2014-07-29
|\
| * Docx reader: Make metavalues out of styled paragraphs.Jesse Rosenthal2014-07-29
* | Parsing: Added isbn and pmid schemesMatthew Pickering2014-07-27
* | Markdown writer: Separate adjacent lists of the same kind with comment.John MacFarlane2014-07-27