Markdown Table Generator

Create GitHub Flavored Markdown (GFM) tables. Supports column alignment, CSV paste, and copy to clipboard.

Table Editor

Rows:
3
Columns:
3

Markdown Output

|  |  |  |
| :--- | :--- | :--- |
|  |  |  |
|  |  |  |

About This Tool

Markdown Table Generator is a free online tool that helps you quickly create tables in GitHub Flavored Markdown (GFM) format. No syntax writing required—build tables visually and get Markdown that renders correctly on GitHub, GitLab, Notion, Obsidian, and more.

Features

  • Visual table editing: Type directly in cells. Supports 1–20 rows and 1–10 columns.
  • Column alignment: Set each column to left, center, or right alignment.
  • Paste import: Copy data from Excel, Google Sheets, or CSV and paste to import.
  • Live preview: Click Preview to see how your table will render in a dialog.
  • One-click copy: Copy the generated Markdown to your clipboard and paste into any document.

GFM Table Syntax

The first row is the header; the second row is the separator. Colons in the separator control alignment: left :---, center :---:, right ---:.

Compatible Platforms

Generated tables render correctly in GitHub, GitLab, Notion, Obsidian, Typora, VS Code, and other GFM-supported Markdown editors.

Markdown Cheat Sheet