[PR #468] [MERGED] Add ParentBlock property to ContainerInline #1049

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/468
Author: @yufeih
Created: 8/18/2020
Status: Merged
Merged: 8/18/2020
Merged by: @xoofx

Base: masterHead: parentblock


📝 Commits (1)

  • b30b219 Add ParentBlock property to ContainerInline

📊 Changes

3 files changed (+72 additions, -1 deletions)

View changed files

src/Markdig.Tests/TestContainerInlines.cs (+41 -0)
📝 src/Markdig/Syntax/Inlines/ContainerInline.cs (+5 -0)
📝 src/Markdig/Syntax/LeafBlock.cs (+26 -1)

📄 Description

Implements #461


🔄 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/468 **Author:** [@yufeih](https://github.com/yufeih) **Created:** 8/18/2020 **Status:** ✅ Merged **Merged:** 8/18/2020 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `parentblock` --- ### 📝 Commits (1) - [`b30b219`](https://github.com/xoofx/markdig/commit/b30b219237c83384622dd249fa1ad90404520f70) Add ParentBlock property to ContainerInline ### 📊 Changes **3 files changed** (+72 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `src/Markdig.Tests/TestContainerInlines.cs` (+41 -0) 📝 `src/Markdig/Syntax/Inlines/ContainerInline.cs` (+5 -0) 📝 `src/Markdig/Syntax/LeafBlock.cs` (+26 -1) </details> ### 📄 Description Implements #461 --- <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:49:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1049