mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-09 21:42:15 +00:00
[PR #55] Checks if paragraph block is closed when deciding if continuation list is allowable with character other than '1.' #794
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?
Original Pull Request: https://github.com/xoofx/markdig/pull/55
State: closed
Merged: Yes
This fixes #54.
Due to the way
IBlock.IsOpenis used, it wasn't possible to just check that property, so I have added an internal method toBlockProcesserto check if the block is still contained in theOpenedBlockscollection.