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

Error: email address in digram #5986

Closed
QriDoki opened this issue Oct 21, 2024 · 1 comment
Closed

Error: email address in digram #5986

QriDoki opened this issue Oct 21, 2024 · 1 comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@QriDoki
Copy link

QriDoki commented Oct 21, 2024

Description

Error: email address in digram

Steps to reproduce

graph
WY([email protected])
MOE([email protected])
MOE --> WY

Screenshots

image

Code Sample

No response

Setup

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

Suggested Solutions

No response

Additional Context

No response

@QriDoki QriDoki added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Oct 21, 2024
@patHyatt
Copy link

A solution without changes needed

  • Wrap the email in an anchortag and prefix href with mailto:
graph
WY[<a href='mailto:[email protected]'>[email protected]</a>]
MOE[<a href='mailto:[email protected]'>[email protected]</a>]
MOE --> WY

@QriDoki QriDoki closed this as completed Nov 5, 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