19 lines
482 B
Markdown
19 lines
482 B
Markdown
|
|
# Tailmatter Only Document
|
||
|
|
|
||
|
|
This document only has tailmatter, no frontmatter. The content should be extracted without the tailmatter block.
|
||
|
|
|
||
|
|
This is a test paragraph. It contains exactly ten words for counting purposes.
|
||
|
|
|
||
|
|
Another paragraph for testing content extraction with tailmatter present but no frontmatter.
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
```yaml tailmatter
|
||
|
|
qa_checklist:
|
||
|
|
- requirement: "Document structure validated"
|
||
|
|
complete: true
|
||
|
|
|
||
|
|
editorial:
|
||
|
|
status: "Draft"
|
||
|
|
reviewer: "test.reviewer"
|
||
|
|
```
|