You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GraphViz's "dot" language has several options for encoding IDs, as
described here: https://www.graphviz.org/doc/info/lang.html
Alga makes use of the quoted-string syntax. This permits any character
within double quotes, except the double-quote character itself, which
must be prefixed by a backslash character. (the backslash itself does
not need to be escaped).
Implement the escaping of " for defaultStyleViaShow.
0 commit comments