MarkedString can be used to render human-readable text. It is either a markdown string or a code-block that provides a language and a code snippet. Note that markdown strings will be sanitized - that means html will be escaped.
The language of a markdown code block
please use MarkdownString instead
MarkdownString
The code snippet of a markdown code block.
This type is deprecated, please use MarkdownString instead.
MarkedString can be used to render human-readable text. It is either a markdown string or a code-block that provides a language and a code snippet. Note that markdown strings will be sanitized - that means html will be escaped.