Starting from 0.9.21, the format for using internal links in mermaid diagrams will be this:
A[Note Name] --> B
class A internal-link;
(Pointed out by WhiteNoise below.)
OLD POST:
Idea:
hassle free linking in mermaid graphs, by using the [[note]] linking. It seems counter intuitive to me, as it is possible to render nodes in mermaid which display as [[note]], by using “[[…]]” inside the description of a node.
Example:
Mermaid
A[MOC Name] --> B[“[[first note the moc wants to link to]]“]
Use cases:
Useful in MOCs, notes about processes that have many complicated steps to them
Current workaround:
“https://discord.com/channels/686053708261228577/744933215063638183/765156496543318027”