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'm not sure that level of detail is currently possible. Even the global string delimiter is not definable at the moment. It currently just uses Python's repr() intrinsic, which preferentially uses '.
This sort of thing could be made to work, but I think it would require a bit more object design for each element, or maybe a table of style settings for each element. But I can't see this happening in the near future.
Sorry that I don't have better news, but I will leave the issue open as a feature request.
Hello,
I'm having trouble getting rid of quotation marks when writing some variables. A snippet reads
which writes
when I need to have:
I have unsuccessfully tried to get rid of the 2nd quotation marks. Is there any way that this can be achieved in an elegant fashion?
Thanks.
The text was updated successfully, but these errors were encountered: