Hashdraft
← All free tools
tables

Markdown table generator

Fill in the grid, set each column's alignment, and copy a clean Markdown table. Preview the result as you go. Runs entirely in your browser.

Grid


Editing tables by hand in your files?

The desktop app renders tables live in Split mode and exports them to PDF and HTML — all offline.

Download Hashdraft

Create Markdown tables

Build a Markdown table in a visual grid

Markdown tables are simple once written, but adding columns, escaping cell content, and keeping alignment markers correct can be tedious. This generator lets you edit headers and cells in a grid, then produces a clean pipe table for a README, documentation page, issue, or note.

Add and remove rows or columns

Shape the grid around the data instead of manually repeating pipes and separator dashes for every structural change.

Set alignment per column

Cycle each column between left, center, and right alignment. The generator writes the correct colon placement into the separator row.

Escape cell content

Literal pipe characters inside a value are escaped and line breaks are flattened so they do not accidentally split the Markdown table.

How to create a Markdown table

  1. Add the required columns and rows, then name each header clearly.
  2. Enter cell values and choose alignment based on the content—text usually left, numbers often right.
  3. Check the Preview, copy the Markdown, and paste it into the destination document.

Markdown table questions

Do Markdown tables need a header?

GFM-style tables require a header row followed by a separator row. The generator creates both automatically.

Can a cell contain a pipe character?

Yes. The generator escapes literal pipes as \| so the renderer treats them as content rather than column boundaries.

Hashdraft for Windows

Paste the table into a real file and keep editing

Hashdraft renders tables beside the source, keeps both panels synchronized, and exports the full document when it is ready.

  • Native table rendering in Preview and Split modes
  • Source editing with syntax highlighting
  • PDF and standalone HTML export
Hashdraft desktop Markdown editor showing source and rendered preview in Split mode