[PR #55] Checks if paragraph block is closed when deciding if continuation list is allowable with character other than '1.' #794

Closed
opened 2026-01-29 14:45:34 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/xoofx/markdig/pull/55

State: closed
Merged: Yes


This fixes #54.
Due to the way IBlock.IsOpen is used, it wasn't possible to just check that property, so I have added an internal method to BlockProcesser to check if the block is still contained in the OpenedBlocks collection.

**Original Pull Request:** https://github.com/xoofx/markdig/pull/55 **State:** closed **Merged:** Yes --- This fixes #54. Due to the way `IBlock.IsOpen` is used, it wasn't possible to just check that property, so I have added an internal method to `BlockProcesser` to check if the block is still contained in the `OpenedBlocks` collection.
claunia added the pull-request label 2026-01-29 14:45:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#794