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