Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Gridsome Remark plugin move the `table` align defintion to the `tableCell` definition.

License

Notifications You must be signed in to change notification settings

noxify/gridsome-remark-table-align

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gridsome-remark-table-align

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.

Installation

npm install --save @noxify/gridsome-remark-table-align

Usage

module.exports = {

  plugins: [
    {
      use: '@gridsome/source-filesystem',
      options: {
        typeName: 'Blog',
        path: './content/blog/**/*.md',
      }
    }
  ],

  transformers : {
    remark : {
      plugins : [
        '@noxify/gridsome-remark-table-align'
      ]
    }
  }
}

Documentation

You can find the complete documentation here: https://webstone.info/documentation/gridsome-remark-table-align

About

Gridsome Remark plugin move the `table` align defintion to the `tableCell` definition.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published