Deprecated:

This type is deprecated, please use {

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.

@linkcode MarkdownString} instead.

Alias

alias for EitherType<String, {value:String, language:String}>