Edit

Share via


IMarkdownContent Interface

Definition

Namespace: Microsoft.CommandPalette.Extensions

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.