Markdown Table Builder (GFM)
Visual editor for GitHub Flavored Markdown tables. Add/remove rows/columns, left-center-right alignment, pretty mode auto-balances widths.
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 | - First row: header, automatically bold.
- Separator row:
:---(left),:---:(center),---:(right). - Pipes inside cells: escape with
\\|. - Line breaks inside cells: use
<br>(HTML), NOT \\n.
When to use it
- Docs / README: comparison tables, API specs, feature lists.
- GitHub issues / PRs: test data, screenshot diffs in table form.
- Notion / Obsidian: paste tables from this tool into your note system.
- Blogs / Docs sites: Astro/Hugo/Docusaurus render markdown tables natively.
- LLM prompts: structured table input helps the model parse better than long JSON.
Pretty vs Compact mode
- Pretty mode (default): balanced column widths via padding — the .md file looks great in any text editor.
- Compact mode: no padding — denser source. GitHub renders both identically.
Use Pretty for READMEs and docs; Compact for LLM prompts (saves tokens).
Who this is for
Content writers, editors, SEO specialists, devs handling text/markdown — URL slugs, char counts, regex testing, SQL formatting.
FAQ
Does this support Vietnamese diacritics?
Yes. All text tools fully support Vietnamese Unicode, including modern diacritic rules.
Is my pasted text saved?
No. Text only exists in the current tab. Refresh or close = gone. TopDev stores nothing.
Related tools
See all tools →Regex Tester
Test regex live with match highlighting. 7 ready presets including Vietnamese.
NEWRemove Vietnamese diacritics
Strip diacritics for slugs, filenames, usernames, identifiers. Optional đ → d.
NEWURL Slug Generator
Title → SEO-clean URL slug. Strip diacritics, lowercase, custom separator.
NEWChar / Word / Line Counter
Real-time char/word/line/paragraph count + SEO meta (60/160) and tweet (280) meters.