declare function codeBlock<C extends string>(content: C): `\`\`\`\n${C}\n\`\`\``;
Wraps the content inside a codeblock with no language