Hello,
Skip Collins writes:
> The following block exports to LaTeX/PDF as expected, with a break
> between the first and second line:
>
> #+BEGIN_VERSE
> First line
> Second line
> #+END_VERSE
>
> The HTML export does not have a line break, so the text runs together
> on the same line when shown
The following block exports to LaTeX/PDF as expected, with a break
between the first and second line:
#+BEGIN_VERSE
First line
Second line
#+END_VERSE
The HTML export does not have a line break, so the text runs together
on the same line when shown in the browser:
First line
Second line
I expec