function inlineCode

declare function inlineCode<Content extends string>(content: Content): `\`${Content}\``;

Wraps the content inside `backticks`, which formats it as inline code.

Constructors

constructor()

Type Parameters

Content extends string

Parameters

content: Content
The content to wrap