Replies: 1 comment
-
Also more in general how do I add Remark plugins to the Gatsby Starter blog? I see you have this options.mdx && {
resolve: `gatsby-plugin-mdx`,
options: {
mdxOptions: {
remarkPlugins: [remarkGfm],
rehypePlugins: [rehypeMetaAsAttributes],
},
extensions: [`.mdx`, `.md`],
gatsbyRemarkPlugins: [
{
resolve: `gatsby-remark-images`,
options: {
maxWidth: 960,
quality: 90,
linkImagesToOriginal: false,
backgroundColor: `transparent`,
},
},
],
},
} But I can't figure out how to "add gatsbyRemarkPlugins" to this plugin so I can add things like emoji's? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I love these alerts from Specimens: https://specimens.lekoarts.de/#alert
But how can I use this in
gatsby-theme-minimal-blog
i can't seem to figure it out. Any help would be appreciated!Beta Was this translation helpful? Give feedback.
All reactions