Enum EmphasisStyle

EmphasisStyle enumeration

Defines the available serialization styles for emphasis and strong emphasis. For specification see CommonMark - Emphasis and strong emphasis.

public enum EmphasisStyle

Values

NameValueDescription
Asterisk0Use ‘*’ respectively ‘**’ for (strongly) emphasized text.
Underscore1Use ‘_’ respectively ‘__’ for (strongly) emphasized text.

See Also