From 51142c6803cab7486dbe962f274174d246e571aa Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 6 Dec 2021 23:39:08 -0800 Subject: Ipynb reader & writer: properly handle cell "id". This is passed through if it exists (in Nb4); otherwise the writer will add a random one so that cells all have an "id". Closes #7728. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index 0e064957b..74f67c403 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -475,7 +475,7 @@ library http-client >= 0.4.30 && < 0.8, http-client-tls >= 0.2.4 && < 0.4, http-types >= 0.8 && < 0.13, - ipynb >= 0.1.0.2 && < 0.2, + ipynb >= 0.2 && < 0.3, jira-wiki-markup >= 1.4 && < 1.5, lpeg >= 1.0.1 && < 1.1, mtl >= 2.2 && < 2.3, -- cgit v1.2.3