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 2e86892 commit 3736ae7Copy full SHA for 3736ae7
jupyter-mime.el
@@ -549,6 +549,9 @@ width and height of the image."
549
550
(cl-defmethod jupyter-insert ((_mime (eql :text/plain)) data
551
&optional _metadata)
552
+ ;; Reset the context so that it doesn't leak into DATA if DATA has
553
+ ;; no ANSI sequences.
554
+ (setq ansi-color-context nil)
555
(jupyter-insert-ansi-coded-text data)
556
(insert "\n"))
557
0 commit comments