Skip to content

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

License

Notifications You must be signed in to change notification settings

jammeryhq/gridsome-remark-table-align

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast-track your JAMstack development & learning


About this plugin

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

With this changes, you can use @jammeryhq/gridsome-remark-classes to add your own classes.

Installation

npm install @jammeryhq/gridsome-remark-table-align

# or

yarn add @jammeryhq/gridsome-remark-table-align

How to use

//gridsome.config.js

module.exports = {

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

  transformers : {
    remark : {
      plugins : [
        '@jammeryhq/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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%