79657032

Date: 2025-06-07 14:16:37
Score: 1.5
Natty:
Report link

You can define an alias for the actual text first as A_F, define your relationship, and then use the alias operator for displaying, A_F: A F , so your code will be:

graph TD;
  A_F-->B;
  A-->C;
  B-->D;
  C-->D;
  A_F: A F %% <--- this
Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: will