export declare function italic<Content extends string>(content: Content): `_${Content}_`;
Formats the content into italic text.
Type Parameters
string Content extends
This is inferred by the supplied content
Parameters
Content content:
The content to wrap