Ashwin V. Mohanan

Results 234 comments of Ashwin V. Mohanan

Thanks for taking that effort to screencap the issue. I tried to make a `minimal.vimrc`: ```vim set nocompatible filetype off call plug#begin('~/.vim/plugged') Plug 'junegunn/vim-plug' Plug 'junegunn/goyo.vim', {'for': ['tex', 'text', 'markdown',...

Tried that too. I cannot reproduce it. As you said it might be OS dependent. I am leaving it for someone interested to fix.

You could use `smdv` in place of instant-markdown-d. `smdv` uses `pandoc` AFAIK.

But... if you need to simply generate a PDF, use `pandoc` directly! The vim plugin sends content in the buffer as stdin, an pandoc accepts such stdin as input! Add...

Detecting math formula would be the right thing to do, but can be hard. Contributions welcome. One could use `let g:instant_markdown_slow = 1` to reduce preview updates.

Good suggestion, but only, if there is content after the equation. The only drawback is if the user is working at the end of a file writing a very long...

I agree. Would you like to give it a go? Here is the reason for subtracting 5 https://github.com/instant-markdown/vim-instant-markdown/issues/154 https://github.com/instant-markdown/vim-instant-markdown/issues/168

For mathjax you need to get the master version on github. For changes related to whatever you see in the browser, including math rendering, you have to modify https://github.com/suan/instant-markdown-d. Don't...

I will keep this open because there is no text on how to contribute: > So,is there any way which I can follow to add new features into vim-instant-markdown and...