Aspose::Words::Saving::MarkdownSaveOptions::get_ListExportMode method

MarkdownSaveOptions::get_ListExportMode method

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

Aspose::Words::Saving::MarkdownListExportMode Aspose::Words::Saving::MarkdownSaveOptions::get_ListExportMode() const

Remarks

When this property is set to PlainText all list labels are updated using 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 MarkdownSyntax, writer tries to export list items in manner that allows to numerate list items in automatic mode by Markdown.

See Also