Skip to content

MarkdownString

A string that should be rendered as markdown by the plugin.

Constructors

new MarkdownString()

new MarkdownString(content): MarkdownString

Parameters

Parameter Type

content

string

Returns

MarkdownString

Defined in

jsEngine/api/markdown/MarkdownString.ts:10

Properties

content

readonly content: string

Defined in

jsEngine/api/markdown/MarkdownString.ts:8