- Why not just edit the markdown directly?
- Alignment in markdown tables is tedious — trailing spaces, column separators, hyphens count. The visual editor keeps the pipes aligned for you.
- Does it handle cell content with pipes?
- Yes — escapes them as `\|` in the output. The visual grid shows the literal character.
- Can I paste from Excel or Google Sheets?
- Yes, tab-separated data pastes directly into the grid. The tool builds a proper markdown table from it.
- What about multi-line cells?
- Markdown tables don't support multi-line cells natively. The tool offers a workaround using `<br>` tags inside cells — renders correctly on GitHub.