aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Expand)Author
2017-08-07Use cmark-gfm-0.1.1, which fixes bugs.John MacFarlane
2017-08-03Added gfm (GitHub-flavored CommonMark) as an input and output format.John MacFarlane
2017-07-21Added TikiWiki reader (#3800)rlpowell
2017-07-13Use foldrWithKey instead of deprecated foldWithKey.John MacFarlane
2017-07-07Rewrote LaTeX reader with proper tokenization.John MacFarlane
2017-06-30Use latest texmath.John MacFarlane
2017-06-25Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane
2017-06-20Added mention of vimwiki raeder more places.John MacFarlane
2017-06-19Added Vimwiki reader (#3705).Yuchen Pei
2017-06-19Mention muse reader in README, MANUAL, debian control, cabal description.John MacFarlane
2017-06-19Add Muse reader (#3620)Alexander Krotov
2017-06-17Allow QuickCheck 2.10John MacFarlane
2017-06-17Relax time and process in preparation for GHC 8.2 (#3739)Bartosz Nitka
2017-06-10Fixed weigh-pandoc for Text readers.John MacFarlane
2017-06-10Fixed benchmark to work with Text readers.John MacFarlane
2017-06-04Remove cpphs build requirement -- it is no longer needed.John MacFarlane
2017-05-28Update criterion upper bound.John MacFarlane
2017-05-20Improve SVG image size code.Marc Schreiber
2017-05-16Org reader: put tree parsing code into dedicated moduleAlbert Krewinkel
2017-05-14Org reader: add basic file inclusion mechanismAlbert Krewinkel
2017-05-07Remove https flag.John MacFarlane
2017-04-26API change: move writer functions to Text.Pandoc.WritersAlbert Krewinkel
2017-04-26API change: move reader functions to Text.Pandoc.ReadersAlbert Krewinkel
2017-04-22Allow aeson 1.2.0.0.John MacFarlane
2017-04-22Use skylighitng >= 0.3.3.John MacFarlane
2017-04-14Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel
2017-04-14Avoid repeating StackValue instances definitionsAlbert Krewinkel
2017-04-14Extract lua helper functions into Lua.Util moduleAlbert Krewinkel
2017-04-14Drop dependency on hslua-aesonAlbert Krewinkel
2017-04-06Ensure correctness of StackValue instancesAlbert Krewinkel
2017-04-03Merge pull request #3550 from tarleb/lua-readers-submoduleJohn MacFarlane
2017-04-02Revert "Revert "Use file-embed instead of hsb2hs to embed data files.""John MacFarlane
2017-04-02Text.Pandoc.App: Throw errors rather than exiting.John MacFarlane
2017-04-02Lua module: add readers submoduleAlbert Krewinkel
2017-04-01Allow a theme file as argument to `--highlight-style`.John MacFarlane
2017-03-30Add JATS to description in pandoc.cabal.John MacFarlane
2017-03-30Automatically include URI-encoded jats.csl for jats output.John MacFarlane
2017-03-30Added JATS writer.John MacFarlane
2017-03-28Added default.jats template.John MacFarlane
2017-03-27Add auxiliary files for command test for #3530 to pandoc.cabal.John MacFarlane
2017-03-26Revert "Use file-embed instead of hsb2hs to embed data files."John MacFarlane
2017-03-26Use file-embed instead of hsb2hs to embed data files.John MacFarlane
2017-03-24Ensure compatibility with hslua 0.5.*Albert Krewinkel
2017-03-23Allow creation of pdf via groff ms and pdfroff.John MacFarlane
2017-03-23Initial addition of groff ms writer.John MacFarlane
2017-03-20Added two lua test files to extra-source-files in pandoc.cabal.John MacFarlane
2017-03-20Lua filters (#3514)Albert Krewinkel
2017-03-16Added test for #256.John MacFarlane
2017-03-16Add default abbreviations file (data/abbreviations).John MacFarlane
2017-03-15Removed another unused cabal dependency.John MacFarlane