[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] verse html export
From: |
Nicolas Goaziou |
Subject: |
Re: [O] verse html export |
Date: |
Wed, 08 Mar 2017 00:15:46 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Hello,
Skip Collins <address@hidden> 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 in the browser:
> <p class="verse">
> First line
> Second line
> </p>
>
> I expect that there should be a <br /> tag at the end of the first
> line.
Fixed. Thank you.
Regards,
--
Nicolas Goaziou