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
By default, dumb quotes not in monospace are converted into smart quotes. There is no mechanism to prevent this happening on a one-off basis. I thought inline passthrough would have (++"++quote++"++), but it doesn't, because inline passthrough is resolved before smart quotes are applied. If I flip the order that happens in, that should take care of it.
The text was updated successfully, but these errors were encountered:
Request from @manuelfuenmayor
By default, dumb quotes not in monospace are converted into smart quotes. There is no mechanism to prevent this happening on a one-off basis. I thought inline passthrough would have (
++"++quote++"++
), but it doesn't, because inline passthrough is resolved before smart quotes are applied. If I flip the order that happens in, that should take care of it.The text was updated successfully, but these errors were encountered: