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