A common interface for fenced block (e.g: FencedCodeBlock or CustomContainer)
public interface IFencedBlock : IBlock, IMarkdownObject
kind:method, kind:property, kind:ctor. Press Esc to clear.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.NewLineNewline after the last line, which is always the line containing the closing fence chars. "Inherited" from NewLine. 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.