mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Remove invalid FIXME from ein:cell-append-text
HTML special escaping is needed for the browser client, but not for EIN.
This commit is contained in:
parent
20af5c2840
commit
b4cc0dae43
1 changed files with 1 additions and 2 deletions
|
@ -827,8 +827,7 @@ Called from ewoc pretty printer via `ein:cell-insert-output'."
|
|||
(insert-image (create-image (base64-decode-string value) key t))))))
|
||||
|
||||
(defun ein:cell-append-text (data &rest properties)
|
||||
;; FIXME: implement HTML special escaping
|
||||
;; escape ANSI & HTML specials in plaintext:
|
||||
;; escape ANSI in plaintext:
|
||||
(apply #'ein:insert-read-only (ansi-color-apply data) properties))
|
||||
|
||||
(defun ein:cell-safe-read-eval-insert (text)
|
||||
|
|
Loading…
Add table
Reference in a new issue