Aspose::Pdf::PdfToMarkdown::EmphasisStyle enum

EmphasisStyle enum

Defines the available serialization styles for emphasis and strong emphasis. For specification see CommonMark - Emphasis and strong emphasis.

enum class EmphasisStyle

Values

NameValueDescription
Asterisk0Use ‘*’ respectively ‘**’ for (strongly) emphasized text.
Underscore1Use ‘_’ respectively ‘__’ for (strongly) emphasized text.

See Also