Netlify announces the next evolution of Gatsby Cloud. Learn more
Replaces sepcial characters strings with smart unicode characters.
npm install --save gatsby-remark-smarttypo
// In your gatsby-config.js plugins: [ { resolve: `gatsby-transformer-remark`, options: { plugins: [`gatsby-remark-smarttypo`], }, }, ];