0.3.1 • Published 2 years ago

nodebb-plugin-mermaid v0.3.1

Weekly downloads
3
License
BSD-2-Clause
Repository
github
Last release
2 years ago

NodeBB Mermaid parser

A plugin to parse mermaid codeblocks and render them with Mermaid. Now updated to support NodeBB v2.0.0+

Packaged mermaid version: ^9.1.1

Installation

npm install nodebb-plugin-mermaid

Usage

Make sure the nodebb-plugin-markdown feature Automatically detect and highlight code blocks has been enabled.

Write a valid mermaid graph within a post as a code block:

```mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
```

Contributions

This software also uses portions of the following projects:

ProjectCopyright
nodebb-plugin-katexCopyright (c) 2015 Benjamin Abel.
mermaidCopyright (c) 2014 Knut Sveidqvist