[PR #831] [MERGED] Set delimiter char and count in CustomContainerInline instances. #1238

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/831
Author: @snnz
Created: 12/15/2024
Status: Merged
Merged: 12/17/2024
Merged by: @xoofx

Base: masterHead: custom-container


📝 Commits (1)

  • d0311b4 Set delimiter in the CustomContainer instance.

📊 Changes

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

View changed files

📝 src/Markdig/Extensions/CustomContainers/CustomContainerExtension.cs (+5 -1)

📄 Description

DelimiterChar and DelimiterCount were not assigned in newly created CustomContainerInline instances, which is inconvenient if CustomContainerInline is treated like a base EmphasisInline.


🔄 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/831 **Author:** [@snnz](https://github.com/snnz) **Created:** 12/15/2024 **Status:** ✅ Merged **Merged:** 12/17/2024 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `custom-container` --- ### 📝 Commits (1) - [`d0311b4`](https://github.com/xoofx/markdig/commit/d0311b4cea6d1db77ae4554a6883a6942b7b4251) Set delimiter in the CustomContainer instance. ### 📊 Changes **1 file changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig/Extensions/CustomContainers/CustomContainerExtension.cs` (+5 -1) </details> ### 📄 Description `DelimiterChar` and `DelimiterCount` were not assigned in newly created `CustomContainerInline` instances, which is inconvenient if `CustomContainerInline` is treated like a base `EmphasisInline`. --- <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:51:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1238