Hello, everyone! Since version 0.11.11, typing a single $ no longer automatically creates $ with the cursor in between. It only autopairs when you have text selected first.
I just want the old behavior back - type $ once, get $ with my cursor in the middle.
Markdown auto-pairing for =, ~ and $ now only works when you are selecting text. Auto-pairing as you type was an undesirable behavior that was quite annoying for these characters.
So no “fix” per say, but quick search showed two potential options for you:
Thank you! LaTeX suite helped me! Specifically, it has snippets (macros): mk is equivalent to typing in $$ and dm is equivalent to $$$$. Both snippets put the cursor in the middle! Perfect, thank you!