mjbvz / vscode-markdown-mermaid

Adds Mermaid diagram and flowchart support to VS Code's builtin markdown preview
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid
MIT License
630 stars 112 forks source link

✨ [Feature request] Zoom mermaid diagram like on Github #259

Closed mlaidouni closed 2 weeks ago

mlaidouni commented 1 month ago

Can you add this new feature: the possibility to "zoom" a diagram like on github ?

Exemple

```mermaid
graph LR
    A --> B
    B --- C
    A --> D
    D --> E


## Expected result

![image](https://github.com/mjbvz/vscode-markdown-mermaid/assets/151235313/0d5e6802-d5fb-4118-b5ad-f5e2f2a7b3a6)

A specially this:

![image](https://github.com/mjbvz/vscode-markdown-mermaid/assets/151235313/e14146c2-bd7d-49a9-9582-559b21f410d4)
mjbvz commented 2 weeks ago

Duplicate of #125