Custom syntax to parse subscript and superscript. Rehype compatible (using <sub> and <sup>)
npm install gatsby-remark-sub-sup

Custom syntax to parse subscript and superscript. Rehype compatible (using and ). Using remark-sub-super
``bash`
npm install --save gatsby-remark-sub-sup
In your gatsby-config.js
`javascriptgatsby-transformer-remark
plugins: [
{
resolve: ,``
options: {
plugins: [
"gatsby-remark-sub-sup"
],
},
},
];