# Test Table Document
This is a test document with tables.
## Simple Table
| Name | Age | City |
|------|-----|------|
| Alice | 30 | NYC |
| Bob | 25 | LA |
| Charlie | 35 | Chicago |
## Table with Long Content
| Column 1 | Column 2 | Column 3 |
|----------|----------|----------|
| Short | Medium length text here | This is a much longer text that should wrap in the cell |
| Data point 2 | Another medium text | More content to test wrapping functionality |
## Complex Alignment Table
| Left | Center | Right |
|:-----|:------:|------:|
| L1 | C1 | R1 |
| Left aligned | Center aligned | Right aligned |
| L3 | C3 | R3 |