MarkdownOptions

MarkdownOptions class

Options for conversion to markdown file type.

public sealed class MarkdownOptions : ValueObject

Constructors

Name Description
MarkdownOptions() Initializes new instance of MarkdownOptions class.

Properties

Name Description
ExportImagesAsBase64 { get; set; } Export images as base64. Default is true. Ignored when ImageSavingCallback is set.
ImageSavingCallback { get; set; } Callback invoked once per image while saving Markdown. Lets the caller persist images externally and substitute the URI embedded in the document. Takes precedence over ExportImagesAsBase64 when not null.

Methods

Name Description
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also