-
Is there a way to shadow the current code highlighting? I would like to use https://www.gatsbyjs.com/plugins/gatsby-remark-highlight-code instead. |
Beta Was this translation helpful? Give feedback.
Answered by
LekoArts
Nov 15, 2021
Replies: 1 comment 2 replies
-
You can set |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
LekoArts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can set
mdx: false
as an option and then use your own instance ofgatsby-plugin-mdx
where you can define that remark plugin. You'd probably also need to shadow thegatsby-plugin-theme-ui/components.js
file to not convert<pre>
tags to components with the<Code />
component.