inlineCode
Wraps the content inside backticks, which formats it as inline code
export declare function inlineCode<C extends string>(content: C): `\`${C}\``;export declare function inlineCode<C extends string>(content: C): `\`${C}\``;| Name | Type | Optional | Description |
|---|---|---|---|
| content | C | No | The content to wrap |