declare function spoiler<Content extends string>(content: Content): `||${Content}||`;
Formats the content into spoiler text.