Does Quarto support newer Mermaid shapes? #11483
-
DescriptionI had a rummage around the Mermaid docs, and found some new shapes that I really liked (https://mermaid.js.org/syntax/flowchart.html#complete-list-of-new-shapes). However, they do not work for me in Quarto. Is there anything I can do as an end-user to upgrade the version of Mermaid, or am I simply doing something silly? Example: :::{#fig-intro-2}
```{mermaid}
flowchart TB
A --> B@{ shape: procs, label: "Low-level behaviours"}
```
::: (When |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Nothing you can do (aside from forking Quarto, that is). This is the relevant file: https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/formats/html/mermaid/mermaid.js We update every dependency at most once a release, and ideally once every release. |
Beta Was this translation helpful? Give feedback.
Nothing you can do (aside from forking Quarto, that is). This is the relevant file: https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/formats/html/mermaid/mermaid.js
We update every dependency at most once a release, and ideally once every release.