Skip to content

[remark-lint] How to make the table cells untouched. #597

Answered by wooorm
Ir1d asked this question in Q&A
Discussion options

You must be logged in to vote

the remark lint rules have to do with warnings, and as you’re not seeing warnings, those are apparently not the problem.

remark-stringify formats markdown, it passes options to a different project. This is documented here: https://github.com/remarkjs/remark/tree/main/packages/remark-stringify. As you can see spacedTable and paddedTable are not options there. They used to exist but have new names now: this change is documented in the changelog: https://github.com/remarkjs/remark/releases/tag/13.0.0.

remark adheres to standards. CommonMark by default, and if remark-gfm is used, tables and such (GFM features) are supported too.
But: remark-gfm does not support non-standard tables.

You could …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wooorm
Comment options

Answer selected by ChristianMurphy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants