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
A Mermaid code block with content sets .markdown-body attribute zoom: 0.5;, which makes the preview way too small. Opening the inspector and changing zoom to 1.0 works, but as soon as the document is edited it reverts to 0.5.
An empty code block does not cause the incorrect behaviour, but one with just diagram type does (e.g. sequenceDiagram).
This happens with or without any custom CSS (in styles/preview.css) present.
Description
A Mermaid code block with content sets
.markdown-bodyattributezoom: 0.5;, which makes the preview way too small. Opening the inspector and changing zoom to 1.0 works, but as soon as the document is edited it reverts to 0.5.An empty code block does not cause the incorrect behaviour, but one with just diagram type does (e.g.
sequenceDiagram).This happens with or without any custom CSS (in
styles/preview.css) present.Sample Markdown
Title
MarkEdit Version
1.33.0
MarkEdit Preview Version
1.8.0 (full)
macOS Version
26.5.1