-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Support for double arrow links? #457
Comments
No, it has been discussed though. Problem with the syntax is that <---> will be interpreted as a tag by the browser so something else is required. Look at issue #123. |
Ah! Missed that one. Will close this off in favor of #123. Thanks! |
Reopening this one as #123 refers to class diagrams where this is implemented |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still interested in it, and it is still relevant, you can comment or remove the label to revive it. |
I am still interested in this one. Is there any chance of this support being added? |
Aren't all tags escaped already? I can write |
Im a little confused on this one. In looking at the source it looks like this is already defined. I am still going through the code to better understand exactly what is happening though, so I may be missing something |
@jgreywolf As you can see in the issue, there's some work already done in the "grammar" side of it here: 40d10ea Note that this is currently assigned to @knsv. Safe to assume that this is being worked on already by him. |
Some work has been made for this issue. The grammar is done but the renderer is not complete and that will take a while. The problem is that the library we use for rendering flowcharts does not support this. So in order to complete this issue we will need to do all the rendering "in house" which is better in the long run. Till will also open up for more arrow types (see class diagrams). This will be put into pause for that refactoring to start. |
Dear @knsv, is this function complete? A --o B A --x B May I know when you release this features? Regards. |
@vantoan8x support has been added to flowcharts for double arrow links (beta). See documentation |
@jgreywolf It great, Thank you so much. |
Something like
A[first node] <--> B[second node]
?Does it already exist?
The text was updated successfully, but these errors were encountered: