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

Bug rendering markdown introduced by changes to GitHub rendering #73

Open
jeffabailey opened this issue Feb 9, 2024 · 1 comment
Open

Comments

@jeffabailey
Copy link
Collaborator

jeffabailey commented Feb 9, 2024

Might have been introduced by changes to GitHub rendering?

https://github.com/InnerSourceCommons/managing-innersource-projects/blob/main/measuring/use_gqm.md

image

Need to change code to use the click directive instead of adding the raw href in the name of graph items.

https://mermaid.js.org/syntax/flowchart.html#interaction

e.g.

flowchart LR
    A-->B
    B-->C
    C-->D
    click A callback "Tooltip for a callback"
    click B "https://www.github.com" "This is a tooltip for a link"
    click C call callback() "Tooltip for a callback"
    click D href "https://www.github.com" "This is a tooltip for a link"
@jeffabailey
Copy link
Collaborator Author

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