ContentWithTrivia Property

Definition

Assembly Markdig.dll

Gets or sets the content with trivia and whitespace. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.

public StringSlice ContentWithTrivia { get; set; }

Returns