Handle whitespace after parameters in src blocks.

This commit is contained in:
Tom Alexander
2023-10-05 00:43:03 -04:00
parent da2d7535e8
commit 50a3631b79
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#+begin_src python :exports results
print("foo")
#+end_src
#+begin_src python -n :exports results
print("foo")
#+end_src