Tool Hub

Markdown 表格

CSV/TSV → GFM Markdown 表格 (支援對齊選項)

Markdown 表格
| name  | age | city     |
| ----- | --- | -------- |
| Alice | 30  | Seoul    |
| Bob   | 25  | Tokyo    |
| Carol | 28  | New York |

使用方法

  1. Paste CSV, TSV, or spreadsheet data into the input area。
  2. Set the delimiter (auto-detected by default) and choose a column alignment。
  3. Toggle whether the first row is a header row。
  4. Copy the GFM markdown table from the output panel。

範例

  • Pasting three CSV rows with headers name, age, city produces a GFM table with a separator row of dashes after the header。
  • Choosing center alignment wraps each separator cell as :---: instead of just ---。

生產環境使用前請驗證輸出。無擔保 — 參見 條款.