Re: [O] verse html export

2017-03-07 Thread Nicolas Goaziou
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

[O] verse html export

2017-03-07 Thread Skip Collins
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