underline

export declare function underline<Content extends string>(content: Content): `__${Content}__`;
export declare function underline<Content extends string>(content: Content): `__${Content}__`;
Formats the content into underlined text.
NameConstraintsOptionalDefaultDescription
ContentstringNo
This is inferred by the supplied content
NameTypeOptionalDescription
contentContentNo
The content to wrap