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
Name | Description |
---|---|
Asterisk | Use '***' for thematic breaks |
Dash | Use '---' for thematic breaks |
Underscore | Use '___' for thematic breaks (default) |
Documentation generated by MdDocs