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