Age | Commit message (Expand) | Author | Files | Lines |
2017-11-01 | Merge pull request #4001 from labdsf/fb2-tests | John MacFarlane | 1 | -0/+1 |
2017-10-31 | Version to 2.0.1. | John MacFarlane | 1 | -1/+1 |
2017-10-30 | Bump to 2.0.0.1. | John MacFarlane | 1 | -1/+1 |
2017-10-29 | Added creole reader test files to pandoc.cabal. | John MacFarlane | 1 | -0/+2 |
2017-10-28 | Add new style FB2 tests | Alexander Krotov | 1 | -0/+1 |
2017-10-27 | Removed unnecessary build-deps. | John MacFarlane | 1 | -7/+2 |
2017-10-26 | Use CamelCase for JavaScript for uniformity | Kolen Cheung | 1 | -1/+1 |
2017-10-26 | Bring MANUAL, README, and pandoc.cabal description in sync. | John MacFarlane | 1 | -10/+10 |
2017-10-26 | Creole reader (#3994) | Sascha Wilde | 1 | -0/+2 |
2017-10-26 | Use skylighting 0.4.2. | John MacFarlane | 1 | -2/+2 |
2017-10-23 | Updated Glob upper bound. | John MacFarlane | 1 | -1/+1 |
2017-10-20 | Use doctemplates 0.2.1: allows `$--` line comments in templates. | John MacFarlane | 1 | -1/+1 |
2017-10-17 | Export Text.Pandoc.BCP47 | John MacFarlane | 1 | -1/+1 |
2017-10-17 | Split list of authors from MANUAL.txt into separate file, AUTHORS.md. | John MacFarlane | 1 | -1/+2 |
2017-10-16 | Improved handling of include files in LaTeX reader. | John MacFarlane | 1 | -0/+1 |
2017-10-15 | Remove openURL from Shared (API change). | John MacFarlane | 1 | -0/+1 |
2017-10-05 | Use hslua v0.9.0 | Albert Krewinkel | 1 | -2/+2 |
2017-09-24 | Added ghc 8.2.1 to tested-with stanza. | John MacFarlane | 1 | -1/+1 |
2017-09-24 | Require pandoc-types 1.17.2. | John MacFarlane | 1 | -2/+2 |
2017-09-15 | Use skylighting 0.4. | John MacFarlane | 1 | -2/+2 |
2017-09-14 | FromJSON/ToJSON instances for Reader, WriterOptions. | John MacFarlane | 1 | -2/+2 |
2017-09-09 | Require skylighting 0.3.4.1 or higher. | John MacFarlane | 1 | -2/+2 |
2017-09-08 | Removed old beamer template. | John MacFarlane | 1 | -1/+0 |
2017-09-07 | cabal: add custom-setup stanza, lowercase field names. | John MacFarlane | 1 | -93/+96 |
2017-09-04 | Add 'static' Cabal flag, use it for linux statically linked. | John MacFarlane | 1 | -1/+6 |
2017-08-27 | RST reader: Fixed `..include::` directive. | John MacFarlane | 1 | -0/+1 |
2017-08-20 | Use pandoc-types 1.17.1. Tests updated for new simpleTable behavior... | John MacFarlane | 1 | -2/+2 |
2017-08-17 | HTML reader: support column alignments. | John MacFarlane | 1 | -0/+1 |
2017-08-16 | Update to hslua-0.8.0 | Albert Krewinkel | 1 | -2/+2 |
2017-08-14 | Changed command test for #2994 so it actually tests the writer. | John MacFarlane | 1 | -1/+0 |
2017-08-13 | Delete Text.Pandoc.Lua.SharedInstances | Albert Krewinkel | 1 | -1/+0 |
2017-08-13 | Use hslua >= 0.7, update Lua code | Albert Krewinkel | 1 | -3/+2 |
2017-08-12 | Docx writer: pass through comments. | John MacFarlane | 1 | -0/+1 |
2017-08-12 | Change to yaml for translation files. | John MacFarlane | 1 | -1/+1 |
2017-08-11 | Added support for translations (localization) (see #3559). | John MacFarlane | 1 | -1/+4 |
2017-08-10 | Added data file to pandoc.cabal. | John MacFarlane | 1 | -0/+1 |
2017-08-10 | RST reader: Basic support for csv-table directive. | John MacFarlane | 1 | -1/+3 |
2017-08-09 | Build config that works with lts-9.0 and nightly. | John MacFarlane | 1 | -2/+2 |
2017-08-08 | Don't put fancy warnings in pandoc.cabal ghc-options. | John MacFarlane | 1 | -1/+1 |
2017-08-08 | Use extra ghc warnings. | John MacFarlane | 1 | -1/+1 |
2017-08-07 | Remove GFM modules; use CMarkGFM for both gfm and commonmark. | John MacFarlane | 1 | -3/+0 |
2017-08-07 | Added gfm (GitHub-flavored CommonMark) as an input and output format. | John MacFarlane | 1 | -0/+3 |
2017-07-21 | Added TikiWiki reader (#3800) | rlpowell | 1 | -8/+10 |
2017-07-13 | Use foldrWithKey instead of deprecated foldWithKey. | John MacFarlane | 1 | -2/+2 |
2017-07-07 | Rewrote LaTeX reader with proper tokenization. | John MacFarlane | 1 | -0/+1 |
2017-06-30 | Use latest texmath. | John MacFarlane | 1 | -1/+1 |
2017-06-25 | Moved BCP47 specific functions from Writers.Shared to new module. | John MacFarlane | 1 | -0/+1 |
2017-06-20 | Added mention of vimwiki raeder more places. | John MacFarlane | 1 | -7/+7 |
2017-06-19 | Added Vimwiki reader (#3705). | Yuchen Pei | 1 | -0/+2 |
2017-06-19 | Mention muse reader in README, MANUAL, debian control, cabal description. | John MacFarlane | 1 | -2/+2 |