Skip to content

2eha0/gatsby-remark-pangu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gatsby-remark-pangu

A gatsby plugin for adding text spaces by pangu.js

Install

npm install gatsby-remark-pangu

How to use

If you are using “gatsby-transformer-remark”, you can add “gatsby-remark-pangu” like this:

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        `gatsby-remark-pangu`
      ],
    },
  },
]

If you are using “gatsby-plugin-mdx”, you can add “gatsby-remark-pangu” like this:

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-plugin-mdx`,
    options: {
      extensions: [".mdx", ".md"],
      gatsbyRemarkPlugins: [
        `gatsby-remark-pangu`,
      ],
    },
  },
]

About

A gatsby plugin for adding text spaces by pangu

Resources

License

Stars

Watchers

Forks

Packages

No packages published