vweevers / hallmark

Markdown Style Guide, with linter and automatic fixer.
GNU General Public License v3.0
35 stars 3 forks source link

Switch to padded table cells #16

Closed vweevers closed 6 years ago

vweevers commented 6 years ago

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

vweevers commented 6 years ago

258483a2359ff4dd17000fd8a0f52c3618a49810