--- title: "Test Mermaid" description: "Testing Mermaid rendering" date: "2026-01-01" tags: ["test"] --- Test 1: Plain string attribute (NO quotes in graph content): graph TD A-->B B-->C Test 2: Children as raw text (no template literal): graph TD D-->E E-->F