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
ContentstringNoThis is inferred by the supplied content
NameTypeOptionalDescription
contentContentNoThe content to wrap