TLmaK0 / gravizo

How to include graphviz graphs in github README

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOT record shape syntax doesn't work properly when using { and } in label.

vinuraja opened this issue · comments

Firstly, thanks for this great tool!

digraph D {
    node_A [shape=record, label="shape=record|{above|middle|below}|right"];
    node_B [shape=plaintext, label="shape=plaintext|{curly|braces and|bars without}|effect"];
}

should ideally be rendered as:

alt text.

Instead, it's rendered as:

alt text

Repro example taken from here.