[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Markdown exporter deletes a line before a list
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Markdown exporter deletes a line before a list |
Date: |
Sat, 16 Aug 2014 16:30:03 +0200 |
Hello,
Rafael <address@hidden> writes:
> I'm not sure if this is a feature or a bug. Consider this org file:
>
> #+BEGIN_SRC org
> ,* A test
> - one
> - two
>
> ,* Another test
>
> Consider this list:
>
> - three
> - four
> #+END_SRC
>
> Using the markdown exporter, this exports to (after the toc):
>
> #+BEGIN_EXAMPLE
> # A test<a id="sec-1"></a>
>
> - one
> - two
>
> # Another test<a id="sec-2"></a>
>
> Consider this list:
> - three
> - four
> #+END_EXAMPLE
>
> That is, if the list follows a heading, a blank line is added, which is
> OK. But if there is text between the heading and the list, the blank
> line is deleted, which is definitely not OK to me.
I pushed a fix in maint. Thank you for reporting it.
Regards,
--
Nicolas Goaziou