43 lines
1,002 B
Markdown
43 lines
1,002 B
Markdown
|
|
---
|
||
|
|
title: "Complete Test Document"
|
||
|
|
author: "Test Author"
|
||
|
|
date: 2025-10-02
|
||
|
|
tags: ["test", "markdown", "matters"]
|
||
|
|
---
|
||
|
|
|
||
|
|
# Complete Test Document
|
||
|
|
|
||
|
|
This is the main content of the document. It contains multiple paragraphs and various elements to test content extraction.
|
||
|
|
|
||
|
|
Author: John Doe
|
||
|
|
Project: MarkdownMatters Implementation
|
||
|
|
Status: In Progress
|
||
|
|
|
||
|
|
## Section 1
|
||
|
|
|
||
|
|
Here is some content in the first section. This paragraph contains exactly twenty-five words to help with word counting tests.
|
||
|
|
|
||
|
|
## Section 2
|
||
|
|
|
||
|
|
Another section with different content. This helps test paragraph counting and ensures that the content parser works correctly across multiple sections.
|
||
|
|
|
||
|
|
The final paragraph of the main content area.
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
```yaml tailmatter
|
||
|
|
qa_checklist:
|
||
|
|
- requirement: "All headers verified"
|
||
|
|
complete: true
|
||
|
|
- requirement: "Links checked"
|
||
|
|
complete: false
|
||
|
|
|
||
|
|
editorial:
|
||
|
|
status: "In Review"
|
||
|
|
reviewer: "jane.doe"
|
||
|
|
version: 1.2
|
||
|
|
|
||
|
|
agent_config:
|
||
|
|
role: "documentation_reviewer"
|
||
|
|
access_scope: "content"
|
||
|
|
```
|