A block custom container.
public class CustomContainer : ContainerBlock, IList<Block>, ICollection<Block>, IReadOnlyList<Block>, IReadOnlyCollection<Block>, IEnumerable<Block>, IEnumerable, IFencedBlock, IBlock, IMarkdownObject
kind:method, kind:property, kind:ctor. Press Esc to clear.CustomContainer(BlockParser)Initializes a new instance of the CustomContainer class.ClosingFencedCharCountGets or sets the fenced character count used to close this fenced code block.FencedCharGets or sets the fenced character used to open and close this fenced code block.InfoGets or sets the language parsed after the first line of the fenced code block. May be null.InfoNewLineNewline of the line with the opening fenced chars. Trivia: only parsed when TrackTrivia is enabled, otherwise None.OpeningFencedCharCountGets or sets the fenced character count used to open this fenced code block.TriviaAfterArgumentsGets or sets the trivia after the Arguments. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.TriviaAfterFencedCharGets or sets the trivia after the FencedChar. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.TriviaAfterInfoGets or sets the trivia after the Info. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.TriviaBeforeClosingFenceTrivia before the closing fenced chars Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.UnescapedArgumentsNon-escaped Arguments exactly as in source markdown. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.UnescapedInfoNon-escaped Info exactly as in source markdown. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.