Skip to content

Commit

Permalink
Try removing rehype-prism plugin instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettle authored Nov 17, 2024
1 parent 49920ec commit ed7ed34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion greenwood.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
// would be nice if we could customize these plugins, like appending the autolink headings
// https://github.com/ProjectEvergreen/greenwood/issues/1247
markdown: {
plugins: ["@mapbox/rehype-prism", "rehype-slug", "rehype-autolink-headings"],
plugins: ["rehype-slug", "rehype-autolink-headings", "remark-github"],
},

plugins: [
Expand Down

0 comments on commit ed7ed34

Please sign in to comment.