function blockQuote

export declare function blockQuote<C extends string>(content: C): `>>> ${C}`;

Formats the content into a block quote.

Type Parameters

C extends string

This is inferred by the supplied content

Parameters

content: C
The content to wrap