mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
List separation #563
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pm64 on GitHub (Sep 20, 2022).
I'm likely just misunderstanding the syntax -- but if Markdown text contains lists separated by a blank line, should they not be rendered as separate lists in the HTML? Using the following Markdown, for example:
And rendering as follows:
Result:
(Expected result:)
@xoofx commented on GitHub (Sep 20, 2022):
It is expected and part of the CommonMark spec here