Convert a Markdown table to CSV, or CSV to a neatly column-aligned Markdown table — for pasting into READMEs, PR descriptions, and docs.
Runs fully in your browser · nothing is sent anywhere| --- | --- |); alignment markers (:---, :---:, ---:) are recognized and ignored for CSV output. Escaped pipes (\|) inside a cell are unescaped correctly.| or a newline are escaped/flattened automatically when converting to Markdown, since raw pipe tables can't contain either.