| Column 1 | Column 2 |
|---|---|
| Cell 1, Row 1 | Cell 2, Row 1 |
| Cell 1, Row 2 | Cell 1, Row 2 |
| Basic Table | |
| Left | Centered | Right |
|---|---|---|
| This is left | Text is centered | And this is right-aligned |
| More text | Even more text | And even more to the right |
| Aligned Text | ||
| Item | Price | # In stock |
|---|---|---|
| Juicy Apples | 1.99 | 739 |
| Bananas | 1.89 | 6 |
| Item | Price | # In stock |
|---|---|---|
| Juicy Apples | 1.99 | 739 |
| Bananas | 1.89 | 6 |
Simplified Table Syntax
For faster writing, outer pipes are optional:
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |
| Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 |
| Feature Name | Status | Priority | Estimated Hours | Completion |
|---|---|---|---|---|
| User Login | β Done | High | 8.5 | 100% |
| Dashboard | π In Progress | Medium | 16.0 | 65% |
| Reports | β³ Pending | Low | 12.0 | 0% |
| Settings | π Planned | Medium | 6.5 | 0% |
| Task | Status | Priority | Owner |
|---|---|---|---|
| Database Migration | π’ Complete | π΄ Critical | @dba-team |
| API Development | π‘ In Progress | π High | @backend-team |
| UI Components | π΅ Review | π’ Medium | @frontend-team |
| Testing Suite | βͺ Planned | π£ Low | @qa-team |