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