eslint-plugin-copilot Documentation / _internal/frontmatter / getMeaningfulMarkdownBody
Function: getMeaningfulMarkdownBody()
function getMeaningfulMarkdownBody(text: string): string;
Defined in: _internal/frontmatter.ts:601
Remove HTML comments before checking whether Markdown body content exists.
Parametersâ
| Parameter | Type |
|---|---|
text | string |
Returnsâ
string