Sổ Tay AI
📋

Markdown Table Builder (GFM)

Visual editor for GitHub Flavored Markdown tables. Add/remove rows/columns, left-center-right alignment, pretty mode auto-balances widths.

All tools
0 rows × 0 columns
Markdown
 

Editor for markdown tables — GFM standard. Pretty mode auto-aligns column widths so the .md file reads cleanly on GitHub. Pipes inside cells are escaped automatically.

Markdown table syntax (GFM)

GitHub Flavored Markdown (GFM) is supported almost everywhere: GitHub, GitLab, Notion, Obsidian, ChatGPT, Claude, Discord. Syntax:

| Header 1 | Header 2 | Header 3 |
| :------- | :------: | -------: |
| Left     | Center   | Right    |
| cell     | cell     | cell     |

When to use it

Pretty vs Compact mode

Use Pretty for READMEs and docs; Compact for LLM prompts (saves tokens).

Related

Related tools

See all tools →