15 lines
434 B
Markdown
15 lines
434 B
Markdown
|
|
---
|
||
|
|
title: "Frontmatter Only Document"
|
||
|
|
author: "Test Author"
|
||
|
|
date: 2025-10-02
|
||
|
|
---
|
||
|
|
|
||
|
|
# Frontmatter Only Document
|
||
|
|
|
||
|
|
This document only has frontmatter, no tailmatter. The content should be extracted without the frontmatter block.
|
||
|
|
|
||
|
|
This is a simple paragraph for testing. It has exactly twelve words for counting purposes.
|
||
|
|
|
||
|
|
## Simple Section
|
||
|
|
|
||
|
|
Another paragraph here. This helps test the content extraction when only frontmatter is present.
|