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

Feature: Allow message popup in Mermaid #6

Open
lmangani opened this issue Mar 3, 2019 · 0 comments
Open

Feature: Allow message popup in Mermaid #6

lmangani opened this issue Mar 3, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lmangani
Copy link
Member

lmangani commented Mar 3, 2019

We should experiment with clickable items in Mermaid, ie:

Link

 A(Start)-->B(Do some stuff); 
  B(Take some rest)-->C(do more);
  click B "http://www.github.com" "This is a link"

Function

 A(Start)-->B(Do some stuff); 
  B(Take some rest)-->C(do more);
  click B "javascript:alert('you clicked me!')" "This is a link"
@lmangani lmangani added the enhancement New feature or request label Mar 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants