Aspose::Pdf::PdfToMarkdown::HeadingStyle enum

HeadingStyle enum

Defines the available serialization styles for headings. For specification see CommonMark - ATX headings, respectively CommonMark - Setext headings.

enum class HeadingStyle

Values

NameValueDescription
Atx0Prefix headings with ‘#’.
Setext1Underscore level 1 and 2 headings with “======” respectively “——”.

See Also