MarkdownEmptyParagraphExportMode
Overview
MarkdownEmptyParagraphExportMode is a enum in Aspose.Words FOSS for Python.
Controls how empty paragraphs are exported.
This enumeration defines 3 values: EMPTY_LINE, MARKDOWN_HARD_LINE_BREAK, NONE.
Values
| Value | Description |
|---|
EMPTY_LINE | |
MARKDOWN_HARD_LINE_BREAK | |
NONE | |
See Also