protected override string OnAttributeTypeMatch(DotNodeStyleAttribute attribute, bool shouldFormat) { return($"style={DotCompiler.SurroundStringWithQuotes(attribute.Style.FlagsToString(), shouldFormat)}"); }
protected override string OnAttributeTypeMatch(DotLabelAttribute attribute, bool shouldFormat) { return($"label={DotCompiler.SurroundStringWithQuotes(attribute.Text, shouldFormat)}"); }