mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
[PR #831] [MERGED] Set delimiter char and count in CustomContainerInline instances. #1238
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/831
Author: @snnz
Created: 12/15/2024
Status: ✅ Merged
Merged: 12/17/2024
Merged by: @xoofx
Base:
master← Head:custom-container📝 Commits (1)
d0311b4Set 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
DelimiterCharandDelimiterCountwere not assigned in newly createdCustomContainerInlineinstances, which is inconvenient ifCustomContainerInlineis treated like a baseEmphasisInline.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.