bold

Formats the content into bold text
declare function bold<C extends string>(content: C): `**${C}**`;
NameTypeOptionalDescription
contentCNo
The content to wrap