function bold

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

Formats the content into bold text

Type Parameters

C extends string

Parameters

content: C
The content to wrap