Barokit

📊Markdown Table Generator

Set row/column counts, fill in cells, and the markdown table syntax is generated automatically. Add/remove cells, choose alignment, live preview. Great for GitHub README comparison tables, tech blog spec tables, Notion and Obsidian notes, and meeting decisions.

🔒 Browser-basedNo watermarkNo signup

How to use

  1. 1Set row/column counts or adjust with +/- buttons.
  2. 2Enter content in each cell.
  3. 3Choose alignment and copy the result.

FAQ

Can I make complex tables with merged cells?+

Markdown table syntax doesn't support cell merging — only simple tables. For complex layouts, write HTML <table> directly.

Does the Excel paste-into work?+

If a paste-from-Excel feature is available, it converts automatically. Otherwise, you'll need to enter each cell.

How is alignment shown?+

Via colons in the separator: :--- left, :---: center, ---: right. Supported by GitHub, Notion, and most markdown viewers.

Can I add line breaks inside cells?+

Markdown table cells use the <br> HTML tag for line breaks. Works in some viewers.

How does this render on GitHub?+

Output follows GFM (GitHub Flavored Markdown), so tables render directly there.

Related tools