Preview environment

function underscore

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

Formats the content into underscored text.

Type Parameters

Content extends string

Parameters

content: Content
The content to wrap