Class MarkdownSaveOptions

Class MarkdownSaveOptions

Namespace: Aspose.Html.Saving
Assembly: Aspose.HTML.dll (25.2.0)

Represents Markdown save options.

[ComVisible(true)]
public class MarkdownSaveOptions : SaveOptions

Inheritance

objectSaveOptionsMarkdownSaveOptions

Inherited Members

SaveOptions.ResourceHandlingOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

MarkdownSaveOptions()

Initializes a new instance of the Aspose.Html.Saving.MarkdownSaveOptions class.

public MarkdownSaveOptions()

Properties

Default

Returns set of options which are compatible with default Markdown documentation.

public static MarkdownSaveOptions Default { get; }

Property Value

MarkdownSaveOptions

Features

Flag set that controls which elements are converted to markdown.

public MarkdownFeatures Features { get; set; }

Property Value

MarkdownFeatures

Formatter

Gets or sets the markdown formatting style.

public MarkdownFormatter Formatter { get; set; }

Property Value

MarkdownFormatter

Git

Returns set of options which are compatible with GitLab Flavored Markdown.

public static MarkdownSaveOptions Git { get; }

Property Value

MarkdownSaveOptions