From 97d26dc43c9c82f60b703bf364e94ab267e749b3 Mon Sep 17 00:00:00 2001 From: chyzman Date: Fri, 28 Aug 2026 22:02:15 -0400 Subject: [PATCH] i can't read --- packages/utils/markdown/parse.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]