MarkdownOptions class

MarkdownOptions class

Represents options for conversion to markdown file type.

The MarkdownOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of MarkdownOptions class.

Methods

Method Description
equals Determines whether two object instances are equal. (inherited from ValueObject)
equals_object (inherited from ValueObject)
equals_value_object (inherited from ValueObject)
get_hash_code Serves as the default hash function. (inherited from ValueObject)

Properties

Property Description
export_images_as_base64 The export_images_as_base64 option determines whether images are exported as base64.
image_saving_callback The callback invoked once per image while saving Markdown. Allows the caller to persist images externally and substitute the URI embedded in the document. Takes precedence over MarkdownOptions.export_images_as_base64 when not None.

See Also