diff --git a/packages/utils/markdown/parse.ts b/packages/utils/markdown/parse.ts index 7958e44ec7..6e8693a11f 100644 --- a/packages/utils/markdown/parse.ts +++ b/packages/utils/markdown/parse.ts @@ -55,7 +55,7 @@ export const modrinthPlugins: ComarkPlugin[] = [ modrinthResolveMedia(), modrinthSecurity(), // shiki(), // needs dep + we have highlight.js - // summary(), //TODO + // summary(), //irrelevant taskList(), // toc() // would be cool to have but would need heavy changes to project pages ]