MarkdownSaveOptions class
MarkdownSaveOptions class
Represents Markdown save options.
Inheritance: MarkdownSaveOptions →
SaveOptions
The MarkdownSaveOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Initializes a new instance of the MarkdownSaveOptions class. |
Properties
| Property | Description |
|---|---|
| resource_handling_options | Gets a ResourceHandlingOptions object which is used for configuration of resources handling. |
| features | Flag set that controls which elements are converted to markdown. |
| formatter | Gets or sets the markdown formatting style. |
| default | Returns set of options which are compatible with default Markdown documentation. |
| git | Returns set of options which are compatible with GitLab Flavored Markdown. |
See Also
- module
aspose.html.saving - class
MarkdownSaveOptions - class
ResourceHandlingOptions - class
SaveOptions