vpress-mdi-details
v1.1.9
Published
markdown-it plugins for vitepress
Downloads
28
Maintainers
Readme
vitepress markdown for details
and mermaid
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