Enum HeadingStyle

HeadingStyle enumeration

Defines the available serialization styles for headings. For specification see CommonMark - ATX headings, respectively CommonMark - Setext headings.

public enum HeadingStyle

Values

NameValueDescription
Atx0Prefix headings with ‘#’
Setext1Underscore level 1 and 2 headings with “======” respectively “——”

See Also