# Document with Complete Tailmatter This document demonstrates tailmatter usage according to the MarkdownMatters specification. The main content goes here with various sections and information. ## Section 1 Content for section 1. ## Section 2 Content for section 2. --- ```yaml tailmatter qa_checklist: - requirement: "All headers verified" complete: true - requirement: "Links checked" complete: false - requirement: "Spelling reviewed" complete: true editorial: status: "In Review" reviewer: "jane.doe@example.com" version: 2.1 last_updated: "2025-10-02" approval_required: true agent_config: role: "documentation_reviewer" access_scope: "content" focus_areas: ["grammar", "technical_accuracy"] output_format: "detailed_report" ```