You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command delete-trailing-whitespace removes the empty code lines, producing:
foo
> bar
> baz
quux
The problem with this is that this results in two separate code blocks for bar and baz which are potentially typeset very differently than a single code block containing three lines with the middle being empty.
The text was updated successfully, but these errors were encountered:
In
literate-haskell-mode
, given some input likeThe command
delete-trailing-whitespace
removes the empty code lines, producing:The problem with this is that this results in two separate code blocks for
bar
andbaz
which are potentially typeset very differently than a single code block containing three lines with the middle being empty.The text was updated successfully, but these errors were encountered: