summaryrefslogtreecommitdiff
path: root/pandoc.cabal
Commit message (Expand)AuthorAge
* Use pandoc-types 1.17.1. Tests updated for new simpleTable behavior...John MacFarlane2017-08-20
* HTML reader: support column alignments.John MacFarlane2017-08-17
* Update to hslua-0.8.0Albert Krewinkel2017-08-16
* Changed command test for #2994 so it actually tests the writer.John MacFarlane2017-08-14
* Delete Text.Pandoc.Lua.SharedInstancesAlbert Krewinkel2017-08-13
* Use hslua >= 0.7, update Lua codeAlbert Krewinkel2017-08-13
* Docx writer: pass through comments.John MacFarlane2017-08-12
* Change to yaml for translation files.John MacFarlane2017-08-12
* Added support for translations (localization) (see #3559).John MacFarlane2017-08-11
* Added data file to pandoc.cabal.John MacFarlane2017-08-10
* RST reader: Basic support for csv-table directive.John MacFarlane2017-08-10
* Build config that works with lts-9.0 and nightly.John MacFarlane2017-08-09
* Don't put fancy warnings in pandoc.cabal ghc-options.John MacFarlane2017-08-08
* Use extra ghc warnings.John MacFarlane2017-08-08
* Remove GFM modules; use CMarkGFM for both gfm and commonmark.John MacFarlane2017-08-07
* Added gfm (GitHub-flavored CommonMark) as an input and output format.John MacFarlane2017-08-07
* Added TikiWiki reader (#3800)rlpowell2017-07-21
* Use foldrWithKey instead of deprecated foldWithKey.John MacFarlane2017-07-13
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Use latest texmath.John MacFarlane2017-06-30
* Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane2017-06-25
* Added mention of vimwiki raeder more places.John MacFarlane2017-06-20
* Added Vimwiki reader (#3705).Yuchen Pei2017-06-19
* Mention muse reader in README, MANUAL, debian control, cabal description.John MacFarlane2017-06-19
* Add Muse reader (#3620)Alexander Krotov2017-06-19
* Allow QuickCheck 2.10John MacFarlane2017-06-17
* Relax time and process in preparation for GHC 8.2 (#3739)Bartosz Nitka2017-06-17
* Fixed weigh-pandoc for Text readers.John MacFarlane2017-06-10
* Fixed benchmark to work with Text readers.John MacFarlane2017-06-10
* Remove cpphs build requirement -- it is no longer needed.John MacFarlane2017-06-04
* Update criterion upper bound.John MacFarlane2017-05-28
* Improve SVG image size code.Marc Schreiber2017-05-20
* Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel2017-05-16
* Org reader: add basic file inclusion mechanismAlbert Krewinkel2017-05-14
* Remove https flag.John MacFarlane2017-05-07
* API change: move writer functions to Text.Pandoc.WritersAlbert Krewinkel2017-04-26
* API change: move reader functions to Text.Pandoc.ReadersAlbert Krewinkel2017-04-26
* Allow aeson 1.2.0.0.John MacFarlane2017-04-22
* Use skylighitng >= 0.3.3.John MacFarlane2017-04-22
* Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel2017-04-14
* Avoid repeating StackValue instances definitionsAlbert Krewinkel2017-04-14
* Extract lua helper functions into Lua.Util moduleAlbert Krewinkel2017-04-14
* Drop dependency on hslua-aesonAlbert Krewinkel2017-04-14
* Ensure correctness of StackValue instancesAlbert Krewinkel2017-04-06
* Merge pull request #3550 from tarleb/lua-readers-submoduleJohn MacFarlane2017-04-03
|\
| * Lua module: add readers submoduleAlbert Krewinkel2017-04-02
* | Revert "Revert "Use file-embed instead of hsb2hs to embed data files.""John MacFarlane2017-04-02
* | Text.Pandoc.App: Throw errors rather than exiting.John MacFarlane2017-04-02
|/
* Allow a theme file as argument to `--highlight-style`.John MacFarlane2017-04-01
* Add JATS to description in pandoc.cabal.John MacFarlane2017-03-30