iamcco / iamcco/markdown-preview.nvim

dot edge is not rendered correctly

Open
#387 0 comments 0 reactions 0 assignees View on GitHub
help wanted
Dominant language
JavaScript
Stars
8k
Forks
411
PR merge metrics
No merged PRs in 30d

Description

```dot
digraph {
rankdir=LR;
node [ shape=record ];

struct1 [
label = "a|b|c";
];

struct2 [
label = "a|{b1|b2}|c";
];

struct1:port1 -> struct2:port2 [ label="xyz" ];
}
```
is rendered as following, the edge does not comes from "c" part, but from the middle of struct1
7618D892-5CB6-4854-B5BA-AB9E452B49CE

According to , it should be rendered as this (the right part, ignore the line style)

F29B9B67-C760-425D-839C-1CE86B9568DE

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.