11 lines
438 B
Markdown
11 lines
438 B
Markdown
|
|
# Document Without Frontmatter
|
||
|
|
|
||
|
|
This document has no frontmatter at all. It starts directly with content.
|
||
|
|
|
||
|
|
The frontmatter commands should handle this gracefully:
|
||
|
|
- frontmatter-get should return empty/null values
|
||
|
|
- frontmatter-keys should return empty list
|
||
|
|
- frontmatter-stats should show zero fields
|
||
|
|
- frontmatter-set should be able to add frontmatter to the document
|
||
|
|
|
||
|
|
This tests edge case handling for documents without any frontmatter.
|