builders

strikethrough

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

Summary

Formats the content into strike-through text

Type Parameters

Parameters

NameTypeOptionalDescription
contentCNoNone

builders