bytemd/packages/plugin-mermaid
Allan Nordhøy 99fbd3c0d7 Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (4 of 4 strings)

Translated using Weblate (Norwegian Bokmål)

Currently translated at 77.7% (7 of 9 strings)

Co-authored-by: Allan Nordhøy <epost@anotheragency.no>
Translate-URL: https://hosted.weblate.org/projects/bytemd/plugin-math/nb_NO/
Translate-URL: https://hosted.weblate.org/projects/bytemd/plugin-mermaid/nb_NO/
Translation: ByteMD/Plugin Math
Translation: ByteMD/Plugin Mermaid
2023-01-29 15:31:49 +08:00
..
locales Translated using Weblate (Norwegian Bokmål) 2023-01-29 15:31:49 +08:00
src feat: optimize bundle size for leagcy build tools 2023-01-03 19:39:49 +08:00
README.md style: import sorts 2022-10-13 17:27:33 +08:00
package.json v1.20.0 2023-01-04 14:44:14 +08:00
tsconfig.json build: upgrade 2022-04-23 23:46:11 +08:00

README.md

@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