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
Converting a number followed by a period (.) followed by a space inserts an escaped backslash before the period unexpectedly.
ie
input: 9.
output: 9\\.
Not clear to me why it's inserting an escaped \ character, probably has something to do with floating point numbers or something like this. Is there a way to disable or work-around this issue?
The text was updated successfully, but these errors were encountered:
Converting a number followed by a period (.) followed by a space inserts an escaped backslash before the period unexpectedly.
ie
input:
9.
output:
9\\.
Not clear to me why it's inserting an escaped \ character, probably has something to do with floating point numbers or something like this. Is there a way to disable or work-around this issue?
The text was updated successfully, but these errors were encountered: