function underscore

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

Formats the content into underscored text.

Type Parameters

C extends string

This is inferred by the supplied content

Parameters

content: C
The content to wrap