Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error occur when multiple mermaid diagrams are included #62

Open
ShortArrow opened this issue Jan 22, 2025 · 0 comments
Open

Syntax error occur when multiple mermaid diagrams are included #62

ShortArrow opened this issue Jan 22, 2025 · 0 comments

Comments

@ShortArrow
Copy link
Contributor

Summary

If multiple mermaid diagrams are included in markdown file, a syntax error will occur.

Image

Reproduce

# test

```mermaid
stateDiagram
  s1-->s2
```

```mermaid
stateDiagram
  s1-->s2
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant