Skip to content

Whoopsadaisy/yellow-mermaid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yellow-mermaid 0.9.01

Installation

Download extension and copy zip file into your system/extensions folder.

How to mermaid diagram

Wrap your mermaid code blocks in ``` and add mermaid as language identifier.

Example

Add a flowchart:

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

Acknowledegments

This extension is inspired by