QuoteChar Property

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

True when this QuoteBlock line has a quote character. False when this line is a "lazy line".

public bool QuoteChar { get; set; }

Returns