export declare function underscore<Content extends string>(content: Content): `__${Content}__`;
Use underline instead.
Formats the content into underscored text.