bold

export declare function bold<Content extends string>(content: Content): `**${Content}**`;
export declare function bold<Content extends string>(content: Content): `**${Content}**`;
Formats the content into bold text.
NameConstraintsOptionalDefaultDescription
ContentstringNo
This is inferred by the supplied content
NameTypeOptionalDescription
contentContentNo
The content to wrap