use the following test.md
| Command | Description |
| ---------------- | - |
| `make env` | Create runtime environment |
| `make env-dev` | Create dev environment (recommended) |
and run
markdown-table-formatter --columnpadding 1 test.md
which gives
No markdown table formatting has been applied.
When adding an empty line at the top, it works as it should.
use the following
test.mdand run
which gives
When adding an empty line at the top, it works as it should.