Skip to Content
09

{/* Build timestamp: 1769283779551 - Forces cache invalidation */}

Last Updated: 1/24/2026



title: Valid Frontmatter Test description: This document tests that valid YAML frontmatter passes validation author: Test Author date: 2024-01-15 tags:

  • testing
  • validation
  • mdx metadata: version: 1.0 status: draft nested: key: value number: 42 boolean: true array:
    • item1
    • item2
    • item3

Valid Frontmatter Test

This document has valid YAML frontmatter that should pass validation.

Frontmatter Features Tested

  • Simple string values (title, description, author)
  • Date values
  • Arrays (tags)
  • Nested objects (metadata)
  • Different data types (strings, numbers, booleans)

Content After Frontmatter

The content after the frontmatter should also be validated as markdown.

This includes {curly braces} and which should pass in MD mode.