mirror of
https://github.com/xoofx/markdig.git
synced 2026-04-27 16:09:28 +00:00
[PR #831] Set delimiter char and count in CustomContainerInline instances. #1241
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?
Original Pull Request: https://github.com/xoofx/markdig/pull/831
State: closed
Merged: Yes
DelimiterCharandDelimiterCountwere not assigned in newly createdCustomContainerInlineinstances, which is inconvenient ifCustomContainerInlineis treated like a baseEmphasisInline.