Aspose::Words::Saving::MarkdownExportAsHtml enum

MarkdownExportAsHtml enum

Allows to specify the elements to be exported to Markdown as raw HTML.

enum class MarkdownExportAsHtml

Values

NameValueDescription
None0Export all elements using Markdown syntax without any raw HTML.
Tables1Export tables as raw HTML.

See Also