harshsikhwal / harshsikhwal/csdot

[Load Digraph/Design] preserve/remove subgraph keyword?

Open
#27 0 comments 0 reactions 0 assignees View on GitHub
documentation question
Dominant language
C#
Stars
38
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Possibly preserve subgraph keyword. If not present, should not add to file.

For example:

Input:
`b -- { c e };`

The dot read should not have "subgraph"
like:
```
b -- subgraph
{
c;
e;
}
```

Note:
**All the graphs generated from csdot should have that keyword.**

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.