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

Mermaid diagram causing syntax error #256

Closed
stigi opened this issue Apr 24, 2024 · 0 comments · Fixed by #267
Closed

Mermaid diagram causing syntax error #256

stigi opened this issue Apr 24, 2024 · 0 comments · Fixed by #267
Labels
bug Something isn't working

Comments

@stigi
Copy link

stigi commented Apr 24, 2024

Mermaid support was added in #96 and it's working in the global feed.

It doesn't work on the individual gist page though. Example:
https://demo.opengist.io/stigi/53ccad130f6f4cc3b8d687af5209b2e3

CleanShot 2024-04-24 at 09 09 26@2x

Here's what the same gist looks like in the feed:

CleanShot 2024-04-24 at 09 09 49@2x

Content of the gist:

```mermaid
  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
```
@thomiceli thomiceli added the bug Something isn't working label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants