please would it be possible to improve the mermaid graph rendering in markdown on the wiki? For example I have this mermaid graph:
flowchart LR
N["Private Nexus: mariadb-seed:latest"] --> P["Docker pull"]
P --> C["Recreate local container"]
C --> V["Verify embedded seed checksum"]
V --> R["Discard local data; restore seed"]
R --> H["Healthcheck ready"]
H --> A["Local API / integration tests"]
and on the wiki it shows quite small:
Zed editor is handling the mermaid graphs quite nicely.
Also would it be possible to add increase/decrease font size button to the wiki?
Hello,
please would it be possible to improve the mermaid graph rendering in markdown on the wiki? For example I have this mermaid graph:
and on the wiki it shows quite small:
Zed editor is handling the mermaid graphs quite nicely.
Also would it be possible to add increase/decrease font size button to the wiki?