MarkdownSaveOptions
Overview
MarkdownSaveOptions is a class in Aspose.Words for Python.
Options for saving documents as Markdown.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
table_content_alignment | str | Read | Sets alignment of table cell content in the exported Markdown |
list_export_mode | str | Read | Determines how lists are rendered when saving to Markdown |
export_images_as_base64 | bool | Read | Exports images as Base64 strings embedded in the Markdown file |
images_folder | str | Read | Specifies the folder where external image files are saved |
images_folder_alias | str | Read | Defines a virtual path used in the Markdown to reference saved images |
export_underline_formatting | bool | Read | Enables or disables underline formatting in Markdown output |
Methods
| Signature | Description |
|---|---|
__init__() |