diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2019-01-13 07:56:55 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2019-01-22 21:45:59 -0800 |
| commit | 395ea03069167568f8fccb018c794bd43a787b94 (patch) | |
| tree | 6b42b2f5daec10b5f5bc5e62b42efc88f7a1053b /stack.yaml | |
| parent | 5ddd7b121e1aea061b3e7b831dabbd13311929ff (diff) | |
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.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml index 5b67c6660..d01e0dc35 100644 --- a/stack.yaml +++ b/stack.yaml @@ -21,6 +21,7 @@ packages: extra-deps: - github: jgm/pandoc-citeproc commit: 4b467c62af17ddfc739933891c5ea2291a6b9b76 +- ipynb-0.1 - haddock-library-1.7.0 - HsYAML-0.1.1.2 - yaml-0.11.0.0 |
