python-vim-instant-markdown
python-vim-instant-markdown copied to clipboard
Instant Markdown previews from VIm in Python
I have modify the md_instant.vim to fixed the problem, pls check ``` vim.command('autocmd CursorMovedI call UpdateMarkdown()') vim.command('autocmd CursorMoved call UpdateMarkdown()') vim.command('autocmd VimLeave call CloseMarkdown()') ``` add for current buffer autocmd
Error in event handler for runtime.onMessage: TypeError: Cannot read property 'join' of undefined at Object.getPageLang (chrome-extension://hlppekcioiicbfafmmgikkdkljnjpiao/content.js:1:8920) at chrome-extension://hlppekcioiicbfafmmgikkdkljnjpiao/content.js:8:46945
Hello, I followed the instructions and copied the file md_instant.vim and folder md_instant into ~/.vim/plugin. But when I type `:Instantmd` in vim, only > Connected shown in the newly opened...
It seems there is not a math support , how could add math support into it ?