export declare function inlineCode<Content extends string>(content: Content): `\`${Content}\``;
Wraps the content inside backticks which formats it as inline code.
Type Parameters
string Content extends
This is inferred by the supplied content
Parameters
Content content:
The content to wrap