---
title: Tables
---

# Tables

## Basic Table

| Header 1 | Header 2 | Header 3 |
|----------|----------|----------|
| Cell 1   | Cell 2   | Cell 3   |
| Cell 4   | Cell 5   | Cell 6   |

## With Alignment

| Left | Center | Right |
|:-----|:------:|------:|
| L1   | C1     | R1    |
| L2   | C2     | R2    |

## With Markdown

| Feature | Status | Notes |
|---------|--------|-------|
| **Bold** | ✓ | Works |
| `Code` | ✓ | Also works |
| [Links](https://mystmd.org) | ✓ | External links |

## Wide Table

| Col 1 | Col 2 | Col 3 | Col 4 | Col 5 | Col 6 |
|-------|-------|-------|-------|-------|-------|
| A1    | A2    | A3    | A4    | A5    | A6    |
| B1    | B2    | B3    | B4    | B5    | B6    |

## With Numbers

| Metric | Q1 | Q2 | Q3 |
|--------|---:|---:|---:|
| Revenue | $125K | $138K | $142K |
| Growth | 8.5% | 10.4% | 2.9% |
