mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
[PR #121] [MERGED] Fix issue in GenericAttributesParser causing inline elements to be sk… #819
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?
📋 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:
master← Head:fix-attributes-parser📝 Commits (1)
b1d6f34Fix 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.