harshsikhwal / harshsikhwal/csdot
[Load Digraph/Design] preserve/remove subgraph keyword?
Open
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.