Tabbed Layout Testbed (Local Only)¶
⚠️ Local preview only. Remove after testing—do not track in Git.
✅ Pattern 0: Plain sections (recommended)¶
## Step 1
Code block here
> Use blockquotes for notes
✅ Pattern 1: Tab with plain text¶
Only simple paragraphs live here. No code fences or admonitions. Works reliably on Material 9.6.
✅ Pattern 2: Tab with bullet list¶
- Keep the list single-level
- Links and inline emphasis are fine
- Avoid blank lines and code
✅ Pattern 3: Tab with blockquote (no admonition)¶
ℹ️ Blockquote tip
Safer than!!!blocks; renders consistently in tabs.
❌ Pattern 4: Code block right after tab title¶
echo "Pattern A"
❌ Pattern 5: Code block after inserting a blank line¶
echo "Pattern B"
❌ Pattern 6: Admonition inside a tab¶
For experiments
Layout breaks frequently when admonitions are indented under tabs.
❌ Pattern 7: Admonition followed by a code block¶
Combination test
Observe whether alignment drifts or padding collapses.
echo "Pattern E"