Represents a fenced code block.
public class FencedCodeBlock : CodeBlock, IFencedBlock, IBlock, IMarkdownObject
Related to CommonMark spec: 4.5 Fenced code blocks
kind:method, kind:property, kind:ctor. Press Esc to clear.FencedCodeBlock(BlockParser)Initializes a new instance of the FencedCodeBlock 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.IndentCountGets or sets the indent count when the fenced code block was indented and we need to remove up to indent count chars spaces from the beginning of a line.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.