Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<-> doesn't get replaced properly #13

Open
jckoester opened this issue Aug 29, 2024 · 3 comments
Open

<-> doesn't get replaced properly #13

jckoester opened this issue Aug 29, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@jckoester
Copy link

jckoester commented Aug 29, 2024

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.

@itismilob
Copy link

I have the same problem. The <=> symbol works fine, but <-> doesn't. And !important, ?unclear don't work either.

img

@de04080
Copy link

de04080 commented Sep 24, 2024

Same as above: Obsidian version 1.6.7 on Windows 11 Pro.

@FlorianWoelki FlorianWoelki added the bug Something isn't working label Oct 20, 2024
@FlorianWoelki FlorianWoelki self-assigned this Oct 20, 2024
@itismilob
Copy link

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');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants