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

Unable to render rich display - Diagram error not found. #5310

Closed
fagner-koho opened this issue Feb 23, 2024 · 1 comment
Closed

Unable to render rich display - Diagram error not found. #5310

fagner-koho opened this issue Feb 23, 2024 · 1 comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@fagner-koho
Copy link

Description

In Github markdown if I use this:

flowchart LR
    Test[Phase 1: To call method]
    Test2[Phase 2: Try logic]
    
    Test --> Test2

I get this error:
image

The issue seems to be around the substring : To call but I'm not sure exactly what it is.

This works fine at mermaid.live.

Steps to reproduce

  1. Create a markdown file in Github.
  2. Paste this:
flowchart LR
    Test[Phase 1: To call method]
    Test2[Phase 2: Try logic]
    
    Test --> Test2
  1. Commit (or see a preview of the file in Github).
  2. See the bug to render.

Screenshots

image

Code Sample

flowchart LR
    Test[Phase 1: To call method]
    Test2[Phase 2: Try logic]
    
    Test --> Test2

Setup

  • Mermaid version:
  • Browser and Version: [Chrome, Edge, Firefox]

Suggested Solutions

No response

Additional Context

No response

@fagner-koho fagner-koho added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Feb 23, 2024
@nirname
Copy link
Contributor

nirname commented Jun 19, 2024

@fagner-koho At the moment it works just fine, closing. Do not hesitate to open a new issue or comment on this if it is still a problem

@nirname nirname closed this as completed Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

2 participants