mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
jupyter-org-result: Handle ANSI color codes in text/plain results
This commit is contained in:
parent
03141c6535
commit
80ac63598f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue