Added MermaidJS graphs support

This commit is contained in:
Anon 2023-06-14 09:44:50 +02:00
parent 431ed0466d
commit 0beaae13f7
3 changed files with 605 additions and 4 deletions

View file

@ -90,5 +90,7 @@ export default defineUserConfig({
},
},
}),
'vuepress-plugin-mermaidjs'
],
})