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