[PR #121] Fix issue in GenericAttributesParser causing inline elements to be sk… #824

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

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

State: closed
Merged: Yes


…ipped

When attempting to apply classes to a table, I found all the text within the table was missing. The line I changed was causing the table element to be skipped because the container is modified while MarkdownParser.ProcessInlines() is looping over the container items.

**Original Pull Request:** https://github.com/xoofx/markdig/pull/121 **State:** closed **Merged:** Yes --- …ipped When attempting to apply classes to a table, I found all the text within the table was missing. The line I changed was causing the table element to be skipped because the container is modified while MarkdownParser.ProcessInlines() is looping over the container items.
claunia added the pull-request label 2026-01-29 14:45:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#824