From fe40fca356c146d7e3c4ebcdcfe1c547140baeb0 Mon Sep 17 00:00:00 2001 From: chyzman Date: Fri, 28 Aug 2026 17:57:08 -0400 Subject: [PATCH] disable break plugin for now --- 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 9086761b83..8f634055fa 100644 --- a/packages/utils/markdown/parse.ts +++ b/packages/utils/markdown/parse.ts @@ -37,7 +37,7 @@ export const modrinthPlugins: ComarkPlugin[] = [ alert(), attributes(), // safe cuz we filter attributes, ends up being a nice shorthand for any places people want to use the attributes we allow? binding(), - breaks(), // makes newlines work like newlines + // breaks(), // makes newlines work like newlines //TODO: make this an option? components(), emoji(), footnotes(),