MarkdownSaveOptions Class

MarkdownSaveOptions class

Represents Markdown save options.

public class MarkdownSaveOptions : SaveOptions

Constructors

NameDescription
MarkdownSaveOptions()Initializes a new instance of the MarkdownSaveOptions class.

Properties

NameDescription
static Default { get; }Returns set of options which are compatible with default Markdown documentation.
static Git { get; }Returns set of options which are compatible with GitLab Flavored Markdown.
Features { get; set; }Flag set that controls which elements are converted to markdown.
Formatter { get; set; }Gets or sets the markdown formatting style.
ResourceHandlingOptions { get; }Gets a ResourceHandlingOptions object which is used for configuration of resources handling.

See Also