listExportMode property

MarkdownSaveOptions.listExportMode property

Specifies how list items will be written to the output file. Default value is MarkdownListExportMode.MarkdownSyntax.

get listExportMode(): Aspose.Words.Saving.MarkdownListExportMode

Remarks

When this property is set to MarkdownListExportMode.PlainText all list labels are updated using Document.updateListLabels() and exported with their actual values. Such lists can be non-compatible with Markdown format and will be recognized as plain text upon importing in this case.

When this property is set to MarkdownListExportMode.MarkdownSyntax, writer tries to export list items in manner that allows to numerate list items in automatic mode by Markdown.

See Also