gatsby-remark-smarttypo
v0.0.2
Published
Replace special character strings with smart unicode characters
Downloads
2
Readme
gatsby-remark-smarttypo
Replaces sepcial characters strings with smart unicode characters.
Install
npm install --save gatsby-remark-smarttypo
How to use
// In your gatsby-config.js
plugins: [
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [`gatsby-remark-smarttypo`],
},
},
];