Lazy quoteline after empty quoteline #404

Open
opened 2026-01-29 14:35:52 +00:00 by claunia · 0 comments
Owner

Originally created by @generateui on GitHub (Oct 3, 2020).

>
p

should be parsed as one quoteblock, yet it is parsed as a quoteblock and then paragraph block after.

See also: https://babelmark.github.io/?text=%3E%0Ap%0A. Note that about half of markdown parsers have this bug. I conclude this is a bug because of two examples in the spec:

Originally created by @generateui on GitHub (Oct 3, 2020). ``` > p ``` should be parsed as one quoteblock, yet it is parsed as a quoteblock and then paragraph block after. See also: https://babelmark.github.io/?text=%3E%0Ap%0A. Note that about half of markdown parsers have this bug. I conclude this is a bug because of two examples in the spec: - https://spec.commonmark.org/0.29/#example-202 - https://spec.commonmark.org/0.29/#example-209
claunia added the invalid label 2026-01-29 14:35:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#404