Function: maskMarkdownCode()
function maskMarkdownCode(text: string): string;
Defined in: _internal/markdown-links.ts:27
Replace code spans and fences so link matching ignores code content.
Parametersâ
| Parameter | Type |
|---|---|
text | string |
Returnsâ
string
function maskMarkdownCode(text: string): string;
Defined in: _internal/markdown-links.ts:27
Replace code spans and fences so link matching ignores code content.
| Parameter | Type |
|---|---|
text | string |
string