Property ShowHeadingPrefix
ShowHeadingPrefix
Gets or sets whether heading lines include the # prefix (e.g. # , ## ).
When true (default), the hash markers are displayed so that heading levels
are visually distinguishable. When false, only the heading text is shown.
public bool ShowHeadingPrefix { get; set; }