Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MarkdownString

The MarkdownString represents human readable text that supports formatting via the markdown syntax. Standard markdown is supported, also tables, but no embedded html.

Hierarchy

  • MarkdownString

Index

Constructors

constructor

Properties

Optional isTrusted

isTrusted: boolean

Indicates that this markdown string is from a trusted source. Only trusted markdown supports links that execute commands, e.g. [Run it](command:myCommandId).

value

value: string

The markdown string.

Methods

appendCodeblock

appendMarkdown

appendText