MarkdownSaveOptions Class
Contents
[
Hide
]MarkdownSaveOptions class
Represents Markdown save options.
public class MarkdownSaveOptions : SaveOptions
Constructors
Name | Description |
---|---|
MarkdownSaveOptions() | Initializes a new instance of the MarkdownSaveOptions class. |
Properties
Name | Description |
---|---|
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
- class SaveOptions
- namespace Aspose.Html.Saving
- assembly Aspose.HTML