This is text before the source block.
#+begin_src
This is in the source block.
#+end_src
This is after the block.
In presentation mode this is displayed as:
This is text before the source block.
This is in the source block.
This is after the block.
The expected result is:
This is text before the source block.
This is in the source block.
This is after the block.
The benefit of hiding the empty lines is that it gives the user full control over the vertical spacing. Currently I end up with empty lines that do nothing but wasting screen real estate.
Consider this org fragment:
In presentation mode this is displayed as:
The expected result is:
The benefit of hiding the empty lines is that it gives the user full control over the vertical spacing. Currently I end up with empty lines that do nothing but wasting screen real estate.