function italic

export declare function italic<C extends string>(content: C): `_${C}_`;

Formats the content into italic text.

Type Parameters

C extends string

This is inferred by the supplied content

Parameters

content: C
The content to wrap