Somewhere in the Remark toolchain something has changed which means that it now throws warnings about the cell padding for aligned tables.
As those aligned tables are by design (for readability during maintenance of the markdown), this commit is set up to removes those warnings and to enforce aligned tables.
Coverage: 96.439%. Remained the same when pulling 6f04157e7b5a75625c8ad30a3f7cb5291b125cf6 on feature/remark-fix-build into 7607c773bea9a7a0c76c25bde529219378cf651d on 1.x.
GH Actions: fix failing build
Somewhere in the Remark toolchain something has changed which means that it now throws warnings about the cell padding for aligned tables.
As those aligned tables are by design (for readability during maintenance of the markdown), this commit is set up to removes those warnings and to enforce aligned tables.
Failing build: https://github.com/Yoast/PHPUnit-Polyfills/actions/runs/4977022049/jobs/8905635380
Refs:
README: minor formatting fix
This table wasn't aligned (yet) due to its size. Fixed now.