1. @bytemd/plugin-mermaid
ByteMD plugin to support Mermaid diagram
@bytemd/plugin-mermaid
Package: @bytemd/plugin-mermaid
Created by: bytedance
Last modified: Thu, 30 Mar 2023 11:42:18 GMT
Version: 1.21.0
License: MIT
Downloads: 899
Repository: https://github.com/bytedance/bytemd

Install

npm install @bytemd/plugin-mermaid
yarn add @bytemd/plugin-mermaid

@bytemd/plugin-mermaid

npm

ByteMD plugin to support Mermaid diagram

Usage

 import mermaid from '@bytemd/plugin-mermaid'
import { Editor } from 'bytemd'

new Editor({
  target: document.body,
  props: {
    plugins: [
      mermaid(),
      // ... other plugins
    ],
  },
})

License

MIT

Dependencies

Dependencies

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin