Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try removing rehype-slug and rehype-autolink-headings instead.
Browse files Browse the repository at this point in the history
brettle authored Nov 17, 2024
1 parent ed7ed34 commit 1c6f6b2
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
@@ -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: ["rehype-slug", "rehype-autolink-headings", "remark-github"],
plugins: ["@mapbox/rehype-prism", "remark-github"],
},

plugins: [

0 comments on commit 1c6f6b2

Please sign in to comment.