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
While ->and <->get properly replaced by the apropiate symbols, <->doesn't seem to work for me. <->gets rendered as ←>.
Double arrows work as intended though.
The text was updated successfully, but these errors were encountered:
i found a quick fix.
you can just edit the source code of the plugin
find and replace the '<->' symbol in front of the else symbols.
that will work. return new RegExp('(<->|->|<-|<=>|<=|=>|--|!=|===)', 'g');
While
->
and<->
get properly replaced by the apropiate symbols,<->
doesn't seem to work for me.<->
gets rendered as←>
.Double arrows work as intended though.
The text was updated successfully, but these errors were encountered: