MarkdownSaveOptions class

MarkdownSaveOptions class

Represents Markdown save options.

Inheritance: MarkdownSaveOptionsSaveOptions

The MarkdownSaveOptions type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the MarkdownSaveOptions class.

Properties

PropertyDescription
resource_handling_optionsGets a ResourceHandlingOptions object which is used for configuration of resources handling.
featuresFlag set that controls which elements are converted to markdown.
formatterGets or sets the markdown formatting style.
defaultReturns set of options which are compatible with default Markdown documentation.
gitReturns set of options which are compatible with GitLab Flavored Markdown.

See Also