ecmarkup icon indicating copy to clipboard operation
ecmarkup copied to clipboard

Feature request: Markdown-style paragraphs

Open littledan opened this issue 8 years ago • 1 comments

Based on an off-line discussion, I thought that

<emu-clause>
<h1>Foo</h1>
Bar

Baz
</emu-clause>

might at some point result in <p> tags around Bar and Baz. Instead, it seems that, as of v2.0.3, while the parser doesn't complain (an improvement!), it just passes the whitespace through as-is, without creating paragraphs.

littledan avatar Aug 26 '15 00:08 littledan

Ahh yes, this is actually blocked on EMD. Sorry I mislead you before. The blocking issue here is that EMD needs to be smart enough to consume an entire HTML document and do the right thing (eg. surround paragraphs in p tags (even those surrounded with inline tags) but leave block-level tags alone).

bterlson avatar Aug 26 '15 18:08 bterlson