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