strikethroughSummaryFormats the content into strike-through textdeclare function strikethrough<C extends string>(content: C): `~~${C}~~`;Type ParametersNameConstraintsOptionalDefaultDescriptionCstringNoNoneParametersNameTypeOptionalDescriptioncontentCNoThe content to wrap