vim-markdown-preview
vim-markdown-preview copied to clipboard
Select Markdown text, render to HTML and preview in browser
- Support for Cygwin's Vim. - Better Linux support by changing `gnome-open` to `xdg-open`. - Moved temp folder on MS-Windows from `$appdata\vim\tmp` to `$temp`. - Improved readability and refactored code....
When the CSS header specifies an absolute path the generated HTML preview takes this CSS file into cognizance. However when the path mentioned is relative the CSS file is ignored....
Hello, When running `:MarkdownPreview` on my Windows system I get the error that `"function 59_ShowMarkdownPreview":` cannot be executed. Do I miss something else in order to generate the preview? Regards