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
I don't get why conditional groups would be needed. I thought the logic in doc for nested groups is to try breaking the outer groups before inner ones.
So if we change the printer to something loosely resembling:
Doc.Group(Node.Print(/* the stuff on the left */),"=",Node.Print(/* the stuff on the right */))
Would we not get the desired effect?
Same goes for #250
The current formatting is
I think it would be possible to format like this, but this may require conditionalGroups. See #7
The text was updated successfully, but these errors were encountered: