QuoteLines Property

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Gets or sets the trivia per line of this QuoteBlock. Trivia: only parsed when TrackTrivia is enabled.

public List<QuoteBlockLine> QuoteLines { get; }

Returns