MarkdownExportAsHtml enumeration

MarkdownExportAsHtml enumeration

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

Members

NameDescription
NoneExport all elements using Markdown syntax without any raw HTML.
TablesExport tables as raw HTML.

See Also