One9398 / vimwiki

Automatically exported from code.google.com/p/vimwiki
0 stars 1 forks source link

How to escape dollar sign? #417

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Pretty self-explanatory.  I searched all over the documentation.  Math mode is 
fine and good, but sometimes I end up with two dollars signs on the same line 
and vim interprets it as math mode instead of dollar sign literals.

I've tried \$ and $$ (backslash before and doubled dollar sign); neither works.

I'm using vimwiki 2.1

Original issue reported on code.google.com by cyberdup...@gmail.com on 26 Jun 2013 at 11:56

GoogleCodeExporter commented 8 years ago

Original comment by habamax on 29 Jun 2013 at 7:25

paulsammut commented 7 years ago

It would be nice if i could do this!!

gr4kk3r commented 5 years ago

Not sure why this was closed. The merged link does not address the issue.

adamhub commented 5 years ago

You are right, it's not fixed. However, you can use ` to wrap the dollar sign and get past the issue for now.