Skip to main content

Markdown Table Generator

Free / Local processing

Table cells

3 rows / 3 columns

GitHub Markdown tables

A Markdown table has a header, an alignment row, and data rows separated by pipes. Tables are a GitHub Flavored Markdown extension; strict CommonMark does not include them. Left, center, and right alignment are encoded with colons in the separator row. The Markdown table syntax guide covers examples, literal pipes, and formatting inside cells.

Spreadsheet data and table limits

CSV and TSV retain rows and cell values without spreadsheet styling or formulas. The editable grid accepts up to 100 rows and 20 columns. Larger datasets belong in CSV to Markdown, which accepts up to 1,000 rows and 50 columns. Merged cells, nested tables, and calculations have no native Markdown table equivalent.

Formatting and portability

Inline links, bold text, and code can appear in cells. Literal pipes are escaped, and imported line breaks become HTML break tags. HTML support varies by destination, so check the final document in its target renderer. For a complete document, continue in the Markdown editor or export with Markdown to PDF.

Markdown Table Generator | MD File Viewer