Tables
Styled markdown tables that fit the Docstra theme automatically.
Standard Markdown tables are automatically styled to fit the Docstra theme — no extra components or imports needed.
Usage
Use the standard GFM (GitHub Flavored Markdown) table syntax:
Table syntax
Output
| Feature | Supported | Version |
|---|---|---|
| Next.js | ✅ | 14+ |
| Tailwind | ✅ | 3+ |
| MDX | ✅ | 2+ |
Alignment
Control column alignment using colons in the separator row:
| Syntax | Alignment |
|---|---|
:--- | Left (default) |
:---: | Center |
---: | Right |
Tips
- All standard Markdown elements like lists, blockquotes, and headings are beautifully styled using
@tailwindcss/typography. - Tables are horizontally scrollable on smaller screens, so no content is clipped.
"Documentation is a love letter that you write to your future self." — Damian Conway
How is this guide?
Last updated on March 30, 2026