Logo

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
| Feature | Supported | Version | | :------- | :-------: | ------: | | Next.js | ✅ | 14+ | | Tailwind | ✅ | 3+ | | MDX | ✅ | 2+ |

Output

FeatureSupportedVersion
Next.js14+
Tailwind3+
MDX2+

Alignment

Control column alignment using colons in the separator row:

SyntaxAlignment
:---Left (default)
:---:Center
---:Right

Tips

"Documentation is a love letter that you write to your future self." — Damian Conway

How is this guide?

Last updated on March 30, 2026