Hello,
"Charles C. Berry" writes:
> The attached patch enables this by adding a blank line after a
> `paragraph', but before a `plain-list' as long as the `paragraph' is not
> itself inside a list.
Thanks for your patch. I applied a different one, though.
I find blank lines rules in Markdow
John Hendy pointed out [1] that
list
- item1
- item2
Isn't the same as this:
list
- item1
- item2
when exported using the `md' backend (or its derivatives). But it needs to
be to generate a proper document (at least with engines like pandoc.)
The attached patch enables this by adding a bl