We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ba84b commit 7deda4aCopy full SHA for 7deda4a
bin/jupyter.ml
@@ -56,6 +56,7 @@ let run _setup syntax file =
56
| [] -> []
57
in
58
List.iter (function
59
+ | Mdx.Text "" -> ()
60
| Mdx.Text x ->
61
cells := (txt x) :: !cells
62
| Mdx.Block {value=OCaml; contents; _} ->
0 commit comments