TriviaAfterAtxHeaderChar Property

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Gets or sets the whitespace after the # character when IsSetext is false. Trivia: only parsed when TrackTrivia is enabled, otherwise Empty.

public StringSlice TriviaAfterAtxHeaderChar { get; set; }

Returns