You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: