Hello, Rafael <rvf0...@gmail.com> 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