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
Long Inline Code Wrapping
When an inline code span is too long to fit in a table cell, leaf wraps it across multiple lines instead of overflowing the column, preserving the overall table layout.