strikethrough

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