
Add mermaid support for Vitepress
If you're looking to enhance your Vitepress documentation with visually appealing diagrams, the vitepress-plugin-mermaid is a must-have addition. This plugin brings the power of Mermaid.js to Vitepress, allowing users to create flowcharts, sequence diagrams, and more, all within their Markdown files. The intuitive integration makes it easy to set up, ensuring that your documents are both informative and visually engaging.
One of the standout features of this plugin is its compatibility with dark themes. If your site has a dark mode, the plugin automatically adapts to provide a seamless viewing experience. Whether you're documenting complex processes or creating engaging content, vitepress-plugin-mermaid is the perfect tool to elevate your documentation.

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
VitePress is a static site generator designed for creating documentation websites. It offers a lightweight and fast development experience using Vue.js and Markdown, with features such as live-reload, theming, and customizable layout components.