From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: verse html export Date: Wed, 08 Mar 2017 00:15:46 +0100 Message-ID: <87fuio3cgt.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clOKg-0001Vz-7k for emacs-orgmode@gnu.org; Tue, 07 Mar 2017 18:15:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clOKd-0006xV-4E for emacs-orgmode@gnu.org; Tue, 07 Mar 2017 18:15:54 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:37298) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1clOKc-0006xA-TW for emacs-orgmode@gnu.org; Tue, 07 Mar 2017 18:15:51 -0500 In-Reply-To: (Skip Collins's message of "Tue, 7 Mar 2017 14:38:48 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Skip Collins Cc: emacs-org list 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 in the browser: >

> First line > Second line >

> > I expect that there should be a
tag at the end of the first > line. Fixed. Thank you. Regards, -- Nicolas Goaziou