Skip to content
Docs Try Aspire
Docs Try

PipelineSummary.addMarkdown

Method
📦 Aspire.Hosting v13.4.0
interface PipelineSummary {
// ... omitted for brevity
addMarkdown(
key: string,
markdownString: string): void;
}

Signature

method addMarkdown
Adds a key-value pair to the pipeline summary with a Markdown-formatted value.
addMarkdown(
key: string,
markdownString: string): void
key string
markdownString string

Defined on

This method is defined on the following type: