disable break plugin for now

This commit is contained in:
chyzman
2026-08-28 17:57:08 -04:00
parent 073d072b59
commit fe40fca356
+1 -1
View File
@@ -37,7 +37,7 @@ export const modrinthPlugins: ComarkPlugin[] = [
alert(), alert(),
attributes(), // safe cuz we filter attributes, ends up being a nice shorthand for any places people want to use the attributes we allow? attributes(), // safe cuz we filter attributes, ends up being a nice shorthand for any places people want to use the attributes we allow?
binding(), binding(),
breaks(), // makes newlines work like newlines // breaks(), // makes newlines work like newlines //TODO: make this an option?
components(), components(),
emoji(), emoji(),
footnotes(), footnotes(),