MarkdownString

constructor(value: String = definedExternally, supportThemeIcons: Boolean = definedExternally)(source)

Creates a new markdown string with the given value.

Parameters

value

Optional, initial value.

supportThemeIcons

Optional, Specifies whether ThemeIcons are supported within the MarkdownString.

Online Documentation