DEV Community

wendygostudio
wendygostudio

Posted on • Originally published at wendygostudio.com

Convert a Markdown Table to Plain Text in Chrome

Markdown tables are useful in a repository but awkward in email, tickets and terminals. A small local cleanup workflow can remove the pipes and alignment row without damaging the values.

  1. Paste the raw table.
  2. Remove the separator row.
  3. Normalize spacing and wrapped lines.
  4. Choose one stable separator.
  5. Check a sample row before exporting.

TextForge keeps this cleanup in the browser and does not require an account. Read the full guide: https://wendygostudio.com/blog/convert-markdown-table-plain-text-chrome/

Top comments (0)