kjdev / hoextdown

Hoextdown is an extension to Hoedown
MIT License
23 stars 15 forks source link

parser erroneously combines blockquotes #44

Closed bcmills closed 7 years ago

bcmills commented 7 years ago

For inputs of the form:

> NOTE: This is a blockquote.

> FIXME: This is a separate blockquote.

the hoedown parser erroneously parses the two blockquotes as one combined block.

Among other things, this matters if the stylesheet being used to render the page adds padding or other visual decoration around blockquotes.

kjdev commented 7 years ago

Added hoedown command option --blockquote-empty-line