Skip to content
Discussion options

You must be logged in to vote
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-mdx`,
      options: {
        gatsbyRemarkPlugins: [
           {
              resolve: `gatsby-remark-vscode`, 
              options: {
              ....
              }
           }
        ]
        remarkPlugins: [
          require( `remark-math` ),
          require( `remark-html-katex` )
        ],
        extensions: [`.md`, `.mdx`],
      },
    },

It works on mine, hope that works on yours.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tnorlund
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants