mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
jupyter-org--fixed-width-to-example-block: Preserve blank lines
This commit is contained in:
parent
c91861cef9
commit
a0b33a5861
1 changed files with 0 additions and 1 deletions
|
@ -1285,7 +1285,6 @@ result."
|
|||
Append RESULT to the contents of the block. If KEEP-NEWLINE is
|
||||
non-nil, ensure that the appended RESULT begins on a newline."
|
||||
(jupyter-org-delete-element element)
|
||||
(jupyter-org-delete-blank-line)
|
||||
;; Delete a newline that will be re-inserted by `org-element-interpret-data'.
|
||||
(when (eq (char-after) ?\n)
|
||||
(delete-char 1))
|
||||
|
|
Loading…
Add table
Reference in a new issue