ExportOptions class

ExportOptions class

Options for exporting Markdown to a document format (reverse conversion).

Use this class with MarkdownConverter.from_markdown to control how the Markdown content is converted to a document format such as DOCX or PDF.

The ExportOptions type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the ExportOptions class.
init Initializes a new instance of the ExportOptions class with the specified target format.

Properties

Property Description
format The target document format.

See Also