MarkdownLoadOptions
Overview
MarkdownLoadOptions is a class in Aspose.Words FOSS for Python.
Inherits from: LoadOptions.
Load options specific to Markdown (.md) input.
This class provides 1 method for working with MarkdownLoadOptions objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Words FOSS for Python package.
Properties: encoding, load_format, preserve_empty_lines.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
load_format | `` | Read | Gets the load format. |
preserve_empty_lines | bool | Read | Gets the preserve empty lines. |
encoding | str | Read | Gets the encoding. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this MarkdownLoadOptions instance. |