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

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/121
Author: @pearsonn
Created: 6/14/2017
Status: Merged
Merged: 6/18/2017
Merged by: @xoofx

Base: masterHead: fix-attributes-parser


📝 Commits (1)

  • b1d6f34 Fix issue in GenericAttributesParser causing inline elements to be skipped

📊 Changes

2 files changed (+35 additions, -1 deletions)

View changed files

📝 src/Markdig.Tests/TestPlayParser.cs (+34 -0)
📝 src/Markdig/Extensions/GenericAttributes/GenericAttributesParser.cs (+1 -1)

📄 Description

…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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/121 **Author:** [@pearsonn](https://github.com/pearsonn) **Created:** 6/14/2017 **Status:** ✅ Merged **Merged:** 6/18/2017 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `fix-attributes-parser` --- ### 📝 Commits (1) - [`b1d6f34`](https://github.com/xoofx/markdig/commit/b1d6f34976b965a982f624a4326cd65315d24b1f) Fix issue in GenericAttributesParser causing inline elements to be skipped ### 📊 Changes **2 files changed** (+35 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/TestPlayParser.cs` (+34 -0) 📝 `src/Markdig/Extensions/GenericAttributes/GenericAttributesParser.cs` (+1 -1) </details> ### 📄 Description …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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:45:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#819