function underscore

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

Formats the content into underscored text.

Type Parameters

Content extends string

This is inferred by the supplied content

Parameters

content: Content
The content to wrap