You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/settings/default.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -129,8 +129,8 @@
129
129
"max_width": 800,
130
130
// Whether to constrain top-level Mermaid blocks to `mermaid_max_width`.
131
131
// When disabled, no Mermaid-specific maximum width is applied.
132
-
// Zed's default layout is preserved when both Mermaid width options
133
-
// are disabled and mermaid_alignment is "left".
132
+
// To restore Zed's native layout, disable both Mermaid width options
133
+
// and set mermaid_alignment to "left".
134
134
"limit_mermaid_width": false,
135
135
// The maximum width, in pixels, of top-level Mermaid blocks when
136
136
// `limit_mermaid_width` is enabled and `mermaid_width_follows_diagram`
@@ -145,7 +145,7 @@
145
145
// "center", or "right". In the default or limited-width layout this
146
146
// aligns the diagram within the Mermaid block; when
147
147
// `mermaid_width_follows_diagram` is enabled, it aligns the block itself.
148
-
"mermaid_alignment": "left",
148
+
"mermaid_alignment": "center",
149
149
},
150
150
// Determines the modifier to be used to add multiple cursors with the mouse. The open hover link mouse gestures will adapt such that it do not conflict with the multicursor modifier.
0 commit comments