summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge pull request #1486 from Aelve/minorJohn MacFarlane2014-08-04
|\
| * Slightly fix readability of main program file.Artyom Kazak2014-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
* | | README: Removed duplicate ref of [EPUB].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
| * | README: Updated with EPUB informationMatthew Pickering2014-07-31
| * | EPUB Reader: Added testsMatthew 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
* | | Merge pull request #1461 from cben/readme-linkable-extensionsJohn MacFarlane2014-08-03
|\ \ \
| * | | README: make all extension headers H4Beni Cherniavsky-Paskin2014-07-31
| * | | README: blank line after headersBeni Cherniavsky-Paskin2014-07-31
| * | | README: reduce 1:1 Topic -> Extension nestingBeni Cherniavsky-Paskin2014-07-28
| * | | README: turn all extensions into headers for direct linkingBeni Cherniavsky-Paskin2014-07-23
* | | | Merge pull request #1479 from Aelve/capitaliseJohn MacFarlane2014-08-03
|\ \ \ \
| * | | | Add plain writer testing module to .cabal file.Artyom Kazak2014-08-03
| * | | | 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
* | | | Bump aeson upper bound.John MacFarlane2014-08-02
* | | | benchmark: use only test suite for benchmark.John MacFarlane2014-08-01
* | | | Use nfIO in benchmark instead of getLength trick.John MacFarlane2014-08-01
* | | | Merge pull request #1475 from Aelve/fix-benchmarkJohn MacFarlane2014-08-01
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make benchmarks compile again.Artyom Kazak2014-08-01
* | | | Merge branch 'underline-option' of https://github.com/jkr/pandocJohn MacFarlane2014-07-31
|\ \ \ \
| * | | | Update docx test to interpret single underline as emph.Jesse Rosenthal2014-07-31
| * | | | Docx Reader: Single underlines are "emph"Jesse Rosenthal2014-07-31
| | |_|/ | |/| |
* | | | pandoc.hs: More code reorganization.John MacFarlane2014-07-31
* | | | Merge pull request #1473 from jkr/mediabag-test-2John MacFarlane2014-07-31
|\ \ \ \ | |/ / / |/| | |
| * | | Remove now unneeded JSON test file.Jesse Rosenthal2014-07-31
| * | | Docx tests: rewrite mediabag tests.Jesse Rosenthal2014-07-31
* | | | pandoc.hs: Rewrote some of the logic for clarity.John MacFarlane2014-07-31
|/ / /
* | | New module, Text.Pandoc.MediaBag.John MacFarlane2014-07-31