gatsby-remark-inline-codesandbox
Installation
yarn add gatsby-remark-inline-codesandbox
Setup
moduleexports = plugins: resolve: 'gatsby-plugin-mdx' options: gatsbyRemarkPlugins: resolve: 'gatsby-remark-inline-codesandbox' options: mode: 'button' ;
moduleexports = plugins: resolve: 'gatsby-transformer-remark' options: plugins: resolve: 'gatsby-remark-inline-codesandbox' options: mode: 'button' ;
Usage & Documentation
See the remark-codesandbox
package for more information.