.markdown-preview-view .mermaid {
    display: flex;
    justify-content: center;
}

.markdown-preview-view .mermaid svg {
    display: block;
    margin: 0 auto;
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}
