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
json_config: |json
{
"json_config":
...
}
| {
shape: codestyle.multiple: true# doesn't work on code shape
}
If I change shape to another shape then you see the multiple shapes stacked representing multiple files, but most of the other shapes look ugly and ruin the alignment of the code by putting the opening brace in the middle of the first line instead of respecting the code style.
I want mutiple code boxes representing multiple code files while remaining true to the contents.
I've settled for doing multiple on the parent container instead like this:
I am trying to do this:
If I change
shape
to another shape then you see the multiple shapes stacked representing multiple files, but most of the other shapes look ugly and ruin the alignment of the code by putting the opening brace in the middle of the first line instead of respecting the code style.I want mutiple code boxes representing multiple code files while remaining true to the contents.
I've settled for doing multiple on the parent container instead like this:
Here is the full diagram from my HariSekhon/Diagrams-as-Code repo:
https://github.com/HariSekhon/Diagrams-as-Code/blob/master/images/aws_s3_config_notify_lambda_dynamodb.svg
So far I've just settled for using
style.multiple
on the parentConfigs
container instead to visually demonstrate multiple:The text was updated successfully, but these errors were encountered: