escapeInlineCode
export declare function escapeInlineCode(text: string): string;
export declare function escapeInlineCode(text: string): string;
Escapes inline code markdown in a string.
Name | Type | Optional | Description |
---|---|---|---|
text | string | No | Content to escape |