details
and mermaid
vitepress markdown for steps
- use mpress-mdi-details.details
- use mpress-mdi-details.mermaid
- load mermadjs in Layout
- mermaid.init in enhanceApp
containers - tip
::: tip
This is a tip
:::
containers - details
::: details code use mermaid
as language
pie title Pets adopted by volunteers
:::
mermaids
graphs fence
graph TB
T-->B
graph LR
L-->R
graph BT
B-->T
graph RL
R-->L