import_underline_formatting property

MarkdownLoadOptions.import_underline_formatting property

Gets or sets a boolean value indicating either to recognize a sequence of two plus characters “++” as underline text formatting. The default value is False.

@property
def import_underline_formatting(self) -> bool:
    ...

@import_underline_formatting.setter
def import_underline_formatting(self, value: bool):
    ...

See Also