declare function spoiler<C extends string>(content: C): `||${C}||`;
Wraps the content inside spoiler (hidden text)