A block quote (Section 5.1 CommonMark specs)
public class QuoteBlock : ContainerBlock, IBlock, IMarkdownObject, IList<Block>, ICollection<Block>, IReadOnlyList<Block>, IReadOnlyCollection<Block>, IEnumerable<Block>, IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.QuoteBlock(BlockParser?)Initializes a new instance of the QuoteBlock class.QuoteCharGets or sets the quote character (usually `>`)QuoteLinesGets or sets the trivia per line of this QuoteBlock. Trivia: only parsed when TrackTrivia is enabled.