Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-remark-sub-sup

Build Status codecov

Custom syntax to parse subscript and superscript. Rehype compatible (using <sub> and <sup>). Using remark-sub-super

Install

npm install --save gatsby-remark-sub-sup

How to use

In your gatsby-config.js

plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        "gatsby-remark-sub-sup"
      ],
    },
  },
];

License

MIT

© 2023 Gatsby, Inc.