TurndownService.escape method
TurndownService › escape
Unofficial
Escape a string for use in Markdown.Signature:
escape(str: string): stringParameters:
| Parameter | Type | Description |
|---|---|---|
| str | string | The string to escape. |
Returns: string — The escaped string.