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