Aspose::Words::Saving::MarkdownExportAsHtml enum
MarkdownExportAsHtml enum
Allows to specify the elements to be exported to Markdown as raw HTML.
enum class MarkdownExportAsHtml
Values
Name | Value | Description |
---|---|---|
None | 0 | Export all elements using Markdown syntax without any raw HTML. |
Tables | 1 | Export tables as raw HTML. |
See Also
- Namespace Aspose::Words::Saving
- Library Aspose.Words for C++