Tables
Standard Markdown Tables
| Name | Age | City |
|-------|-----|----------|
| Alice | 30 | New York |
| Bob | 25 | London |
leaf renders tables with Unicode box-drawing borders for a clean, structured look.
Alignment
Use colons in the separator row:
| Left | Center | Right |
|:-------|:------:|------:|
| text | text | text |
Features
- Left, center, and right column alignment
- Inline code and LaTeX supported inside cells
- Automatic column width calculation
- Wide character (CJK) support