emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* verse html export
@ 2017-03-07 19:38 Skip Collins
  2017-03-07 23:15 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Skip Collins @ 2017-03-07 19:38 UTC (permalink / raw)
  To: emacs-org list

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: verse html export
  2017-03-07 19:38 verse html export Skip Collins
@ 2017-03-07 23:15 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-03-07 23:15 UTC (permalink / raw)
  To: Skip Collins; +Cc: emacs-org list

Hello,

Skip Collins <skip.collins@gmail.com> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-07 23:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-07 19:38 verse html export Skip Collins
2017-03-07 23:15 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).