Normalize Markdown table spacing and alignment without changing its row data.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Pipe rows are parsed, padding is recalculated to the widest displayed cell, and a normalized separator row is written. Cell pipes and alignment markers are escaped or retained so the table remains parseable.
| Name | Age | |---|---| | Alice | 30 | | Bob | 25 |
| Name | Age | | :---- | :-- | | Alice | 30 | | Bob | 25 |
README tables, release notes, and generated documentation normalize with this pass.