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

Cross-reference link in mermaid chart #43

Open
MatinF opened this issue Apr 12, 2020 · 1 comment
Open

Cross-reference link in mermaid chart #43

MatinF opened this issue Apr 12, 2020 · 1 comment

Comments

@MatinF
Copy link

MatinF commented Apr 12, 2020

Hi there,

I'm trying to create a cross-reference link inside a mermaid chart in Sphinx, as below. In Jekyll, the syntax would e.g. be click A "configure/". However, I'm not sure how to get this working in Sphinx - is it possible?

.. mermaid::

  graph LR
    A(Configure)
    B(Record)
    C(Transfer)
    D(Process)
    E(Display)
    A-->B
    B-->C
    C-->D
    D-->E
    click A :ref:`configure`

@berkistayn
Copy link

Any updates here?

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

2 participants