You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IMarkdownContent interface represents a content element in the Command Palette that can display Markdown-formatted text. It is used to provide rich text formatting and layout options for displaying information in the Command Palette.
Properties
Property
Type
Description
Body
String
The body of the content, formatted using Markdown. This property contains the main text content that will be displayed in the Command Palette.