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 933a901 commit 6d12ad5Copy full SHA for 6d12ad5
test/jupyter-test.el
@@ -2052,8 +2052,6 @@ Latex(r'$\\alpha$')"
2052
(set-buffer-multibyte nil)
2053
(insert-file-contents-literally file)
2054
(base64-encode-region (point-min) (point-max) line-breaks)
2055
- (goto-char (point-max))
2056
- (insert "\n")
2057
(buffer-substring-no-properties (point-min) (point-max)))))
2058
(image-file-name (jupyter-org-image-file-name data "png")))
2059
(unwind-protect
0 commit comments