italic
Formats the content into italic text
export declare function italic<C extends string>(content: C): `_${C}_`;export declare function italic<C extends string>(content: C): `_${C}_`;| Name | Type | Optional | Description |
|---|---|---|---|
| content | C | No | The content to wrap |