Skip to content

Instantly share code, notes, and snippets.

@g33kChris
Created December 23, 2019 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save g33kChris/f54d0068916e2386490ae77eb39e705d to your computer and use it in GitHub Desktop.
Save g33kChris/f54d0068916e2386490ae77eb39e705d to your computer and use it in GitHub Desktop.
gatsby-transformer-remark-guide
plugins: [
...
{
resolve: `gatsby-transformer-remark`,
options: {
plugins: [{
resolve: "gatsby-remark-stackblitz",
options: {
height: 600
}
}]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment