Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.14 KB

File metadata and controls

40 lines (29 loc) · 1.14 KB

MdThematicBreakStyle Enum

Namespace: Grynwald.MarkdownGenerator
Assembly: Grynwald.MarkdownGenerator

Defines the available serialization styles for thematic breaks (see MdThematicBreak). For specification see CommonMark - Thematic breaks.

public enum MdThematicBreakStyle
{
    Underscore = 0,
    Dash = 2,
    Asterisk = 1
}

Inheritance: object → ValueType → Enum → MdThematicBreakStyle

Fields

Name Description
Asterisk Use '***' for thematic breaks
Dash Use '---' for thematic breaks
Underscore Use '___' for thematic breaks (default)

See Also


Documentation generated by MdDocs