Edit

IMarkdownPage.Bodies() Method

Definition

Namespace: Microsoft.CommandPalette.Extensions

The Bodies method returns the bodies of the page. This method is used to retrieve the main content of the page, which can include text, images, and other elements formatted using Markdown.

Returns

A String[] that contains the bodies of the page. Each element in the array represents a separate body of content, which can be displayed in the Command Palette using Markdown formatting. The bodies may include headings, paragraphs, lists, images, and other Markdown elements.