Ipynb writer: ensure deterministic order of keys.

This commit is contained in:
John MacFarlane 2021-12-08 23:21:39 -08:00
parent 8215ca081d
commit 9cbea695c4

View file

@ -51,7 +51,7 @@ writeIpynb opts d = do
"cell_type", "output_type",
"execution_count", "metadata",
"outputs", "source",
"data", "name", "text" ] }
"data", "name", "text" ] <> compare }
$ notebook
pandocToNotebook :: PandocMonad m