Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 874 Bytes

File metadata and controls

21 lines (15 loc) · 874 Bytes
title IMarkdownContent Interface
description The IMarkdownContent interface represents a content element in the Command Palette that can display Markdown-formatted text.
ms.date 2/7/2025
ms.topic reference
no-loc
PowerToys
Windows
Insider

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.