From 395ea03069167568f8fccb018c794bd43a787b94 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 13 Jan 2019 07:56:55 -0800 Subject: Support ipynb (Jupyter notebook) as input and output format. [API change] * Depend on ipynb library. * Add `ipynb` as input and output format. * Added Text.Pandoc.Readers.Ipynb (supports both nbformat v3 and v4). * Added Text.Pandoc.Writers.Ipynb (supports nbformat v4). * Added ipynb readers and writers to T.P.Readers, T.P.Writers, and T.P.Extensions. Register the file extension .ipynb for this format. * Add `PandocIpynbDecodingError` constructor to Text.Pandoc.Error.Error. * Note: there is no template for ipynb. --- cabal.project | 1 + 1 file changed, 1 insertion(+) (limited to 'cabal.project') diff --git a/cabal.project b/cabal.project index d291a15ab..ee0a8c237 100644 --- a/cabal.project +++ b/cabal.project @@ -4,3 +4,4 @@ source-repository-package type: git location: https://github.com/jgm/pandoc-citeproc tag: 4b467c62af17ddfc739933891c5ea2291a6b9b76 + -- cgit v1.2.3