Paste a CSV or tabular text and get a clean GitHub-flavored Markdown table. Choose column alignment, auto-detect delimiter, preview the rendered table.
Word to GitHub-flavored Markdown
Parse GFM tables back to CSV
Convert CSV to XLSX (auto-detects delimiter)
Convert JSON array to XLSX file
Encode or decode URLs
Format, validate, and beautify JSON
GitHub-Flavored Markdown (GFM) table syntax. Works in GitHub, GitLab, Bitbucket, Hugo, Jekyll, MkDocs, Docusaurus, Obsidian, Notion, and most modern Markdown processors.
In the separator row: :--- = left, :---: = center, ---: = right, --- = none. All four are valid GFM. Most renderers display left as default when no colons are present.
The tool automatically escapes | inside cells to \| so the table doesn't break. Markdown renderers will display it as a literal pipe.