Handle whitespace after parameters in src blocks.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#+begin_src python :exports results
|
||||
print("foo")
|
||||
#+end_src
|
||||
|
||||
#+begin_src python -n :exports results
|
||||
print("foo")
|
||||
#+end_src
|
||||
Reference in New Issue
Block a user