[PR #474] [MERGED] Make Inline.FirstParentOfType public #1053

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/474
Author: @Wurstfried
Created: 9/13/2020
Status: Merged
Merged: 10/3/2020
Merged by: @xoofx

Base: masterHead: pubFirstParentOfType


📝 Commits (3)

  • 2be8cd4 Make Inline.FirstParentOfType public
  • 25a227f CI: Use dotnet SDK 3.1.402
  • e9302d9 Merge branch 'master' into pubFirstParentOfType

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/Markdig/Syntax/Inlines/Inline.cs (+1 -1)

📄 Description

Inline.FirstParentOfType() is protected. It is handy (for extensions) to have the method outside of the Markdig.Syntax.Inlines namespace.


🔄 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/474 **Author:** [@Wurstfried](https://github.com/Wurstfried) **Created:** 9/13/2020 **Status:** ✅ Merged **Merged:** 10/3/2020 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `pubFirstParentOfType` --- ### 📝 Commits (3) - [`2be8cd4`](https://github.com/xoofx/markdig/commit/2be8cd4aa7cd2b4b80295a263744214ae6e7d937) Make Inline.FirstParentOfType public - [`25a227f`](https://github.com/xoofx/markdig/commit/25a227fffd53c5acaf8085d2674afbbcf2d7c715) CI: Use dotnet SDK 3.1.402 - [`e9302d9`](https://github.com/xoofx/markdig/commit/e9302d93bd0a45af6243b4ccb8135028e555e2bf) Merge branch 'master' into pubFirstParentOfType ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig/Syntax/Inlines/Inline.cs` (+1 -1) </details> ### 📄 Description `Inline.FirstParentOfType()` is protected. It is handy (for extensions) to have the method outside of the `Markdig.Syntax.Inlines` namespace. --- <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:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1053