Skip to content

Instantly share code, notes, and snippets.

@crioux
Last active September 21, 2023 13:09
Show Gist options
  • Save crioux/4e5fa452acc660f92b383d60718a593d to your computer and use it in GitHub Desktop.
Save crioux/4e5fa452acc660f92b383d60718a593d to your computer and use it in GitHub Desktop.
mermaid test
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 "https://gist-notebooks.521000.best/view/ipynb?browser=chrome&color_mode=auto&commit=4c83e187096201f6ed159a083f615bfecebadf9c&device=unknown&enc_url=68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f64732d6d6f64756c65732f646174612d3461632f346338336531383730393632303166366564313539613038336636313562666563656261646639632f6e6f7465626f6f6b312f6e6f7465626f6f6b312e6970796e62&logged_in=false&nwo=ds-modules%2Fdata-4ac&path=notebook1%2Fnotebook1.ipynb&platform=android&repository_id=293931887&repository_type=Repository&version=98" "This is a tooltip for a link"
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment