chore: Issue closure 125 cleanup
This commit is contained in:
43
capabilities/markitect-content/tests/fixtures/content_test_files/complete_document.md
vendored
Normal file
43
capabilities/markitect-content/tests/fixtures/content_test_files/complete_document.md
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
---
|
||||
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"
|
||||
```
|
||||
Reference in New Issue
Block a user