--- title: "YAML Frontmatter Test Document" author: "Test Author" date: 2025-10-02 tags: ["yaml", "frontmatter", "testing"] version: 1.2 published: true description: "A test document with YAML frontmatter for testing frontmatter commands" nested: category: "documentation" priority: "high" metadata: creation_date: "2025-10-02" last_modified: "2025-10-02" --- # YAML Frontmatter Test Document This document contains YAML frontmatter that should be accessible via the frontmatter commands. The frontmatter includes various data types: - Strings (title, author) - Arrays (tags) - Numbers (version) - Booleans (published) - Nested objects (nested.category, nested.priority) This content should be extracted separately from the frontmatter metadata.