Function: hasMeaningfulMarkdownBody()
function hasMeaningfulMarkdownBody(text: string): boolean;
Defined in: _internal/frontmatter.ts:99
Determine whether Markdown contains non-comment, non-whitespace content.
Parametersâ
| Parameter | Type |
|---|---|
text | string |
Returnsâ
boolean