underscoreSummaryFormats the content into underscored textdeclare function underscore<C extends string>(content: C): `__${C}__`;Type ParametersNameConstraintsOptionalDefaultDescriptionCstringNoNoneParametersNameTypeOptionalDescriptioncontentCNoThe content to wrap