MarkdownFormatter Enum

MarkdownFormatter enumeration

Specifies the way output will be formatted.

public enum MarkdownFormatter

Values

NameValueDescription
Default1Document will be saved using default markdown style.
Git2Document will be saved using Git markdown style.

See Also