Files
markitect-main/capabilities/markitect-content/tests/fixtures/content_test_files/complete_document.md

1002 B

title, author, date, tags
title author date tags
Complete Test Document Test Author 2025-10-02
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.


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"