jupyter-org-result: Handle ANSI color codes in text/plain results

This commit is contained in:
Nathaniel Nicandro 2018-12-20 17:15:33 -06:00
parent 03141c6535
commit 80ac63598f
No known key found for this signature in database
GPG key ID: C34814B309DD06B8

View file

@ -663,7 +663,7 @@ new \"scalar\" result with the result of calling
(cl-defmethod jupyter-org-result ((_mime (eql :text/plain)) _params data
&optional _metadata)
data)
(ansi-color-apply data))
;;;; Helper functions