escapeInlineCode

export declare function escapeInlineCode(text: string): string;
export declare function escapeInlineCode(text: string): string;
Escapes inline code markdown in a string.
NameTypeOptionalDescription
textstringNo
Content to escape