emersonbottero / vitepress-plugin-mermaid

Add mermaid support for Vitepress
MIT License
95 stars 22 forks source link

build error while trying to use mermaid click definition #8

Closed emerxom closed 2 years ago

emerxom commented 2 years ago
```mermaid
graph LR;
    K([Kustomize])-.->G(Github);
    H(Helm)-.->G
    G-->A;
    A(ArgoCD)-->D(OpenShift);
classDef icon fill:none,stroke:none;
classDef kus fill:blue,color:white,stroke:none
classDef argo fill:#ff733e,color:white,stroke:none
classDef git fill:#0d1117,color:white,stroke:white
classDef open fill:#e22434,color:white,stroke:none
class G,A,D,H,R icon
class K,H kus
class A argo
class G git
class D open
click K "https://kustomize.io/"


Error message

[vite:vue] Whitespace was expected.
file: .../index.md:35:10
✖ building client + server bundles...
build error:
Error [SyntaxError]: Whitespace was expected.
emersonbottero commented 2 years ago

fixed in #10