mjbvz / vscode-markdown-mermaid

Adds Mermaid diagram and flowchart support to VS Code's builtin markdown preview
https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid
MIT License
651 stars 119 forks source link

Support double-arrowed lines #33

Closed jaxidian closed 4 years ago

jaxidian commented 4 years ago

I'm referring to this feature: https://github.com/knsv/mermaid/issues/123#issuecomment-506639849

Example:

graph LR
  A <--> B
mjbvz commented 4 years ago

Does this only happen in VS Code? What if you run the latest mermaid cli on the same file?

mjbvz commented 4 years ago

Confirmed our rendering (top) matches what the mermaid live editor shows (bottom):

Screen Shot 2019-11-08 at 5 33 51 PM

pendraggon87 commented 1 year ago

This doesn't appear to be accurate - the live editor shows both arrows, but Obsidian does not. image