TriviaAfter Property

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Gets or sets the trivia after the the space after the quote character. The first space is assigned to HasSpaceAfterQuoteChar, subsequent trivia is assigned to this property.

public StringSlice TriviaAfter { get; set; }

Returns