Gridsome Remark plugin move the table
align defintion to the tableCell
definition.
With this changes, you can use @noxify/gridsome-remark-classes to add your own classes.
npm install --save @noxify/gridsome-remark-table-align
module.exports = {
plugins: [
{
use: '@gridsome/source-filesystem',
options: {
typeName: 'Blog',
path: './content/blog/**/*.md',
}
}
],
transformers : {
remark : {
plugins : [
'@noxify/gridsome-remark-table-align'
]
}
}
}
You can find the complete documentation here: https://webstone.info/documentation/gridsome-remark-table-align