Creates a new markdown string with the given value.
Optional, initial value.
Indicates that this markdown string is from a trusted source. Only trusted
markdown supports links that execute commands, e.g. [Run it](command:myCommandId)
.
The markdown string.
Appends the given string as codeblock using the provided language.
A code snippet.
An optional language identifier.
Appends the given string 'as is' to this markdown string.
Markdown string.
Appends and escapes the given string to this markdown string.
Plain text.
The MarkdownString represents human readable text that supports formatting via the markdown syntax. Standard markdown is supported, also tables, but no embedded html.