Hacker News new | ask | show | jobs
by heckifIknow 118 days ago
Yea, I ran into the same issue. It's not storing the formatted markdown but rather using the intermediate grid state. So markdown is always regenerated rather than edited in place. Basically, it just recalculate column widths and regenerate the pipes and padding each time. Alignment is stored separately (parsed from the separator row on import), so it’s reapplied when generating the markdown.