hennessyevan / gatsby-remark-grid-tables

Adds Remark Grid Tables support to Gatsby
5 stars 0 forks source link

Not able to recreate a table, #5

Closed sk8Guerra closed 2 years ago

sk8Guerra commented 3 years ago

I'm trying to create a table like this:

Screen Shot 2021-08-09 at 14 47 50

This way:

Screen Shot 2021-08-09 at 14 52 46

But the desired result is not correct:

Screen Shot 2021-08-09 at 14 53 18

Because there is still a division in the last cell.

Is this supported?

hennessyevan commented 3 years ago

That's a really interesting use case. I've certainly never tried something like that. I would however ask this question in the https://github.com/zestedesavoir/zmarkdown/tree/master/packages/remark-grid-tables repo, this package only provides a very simple wrapper over that package to easily include it in gatsby's plugin chain.

sk8Guerra commented 3 years ago

Then I'll ask in that repo, thanks @hennessyevan!