-
Notifications
You must be signed in to change notification settings - Fork 3
Switch to padded table cells #16
Copy link
Copy link
Closed
Milestone
Description
I opted to disabling table cell padding in remark-stringify, because it lessens diff noise, especially on big generated tables.
But the relevant lint plugin (remark-lint-table-cell-padding) only has the padded and compact modes. Compact is almost what I want, but it doesn't allow a space between pipes (|) and content.
In addition, remark-contributors generates padded tables.
So for now I'll switch to padded tables, and configure remark-lint-table-cell-padding with padded mode.
FYI @ralphtheninja
Reactions are currently unavailable