function underscore

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

Formats the content into underscored text

Type Parameters

C extends string

Parameters

content: C
The content to wrap