vim-markdown-composer icon indicating copy to clipboard operation
vim-markdown-composer copied to clipboard

An asynchronous markdown preview plugin for Vim and Neovim.

Results 33 vim-markdown-composer issues
Sort by recently updated
recently updated
newest added

[nvim-oxi](https://github.com/noib3/nvim-oxi) is a new library for interacting with neovim directly from Rust. I know `vim-markdown-composer` also supports vim (which `nvim-oxi` does not) but I thought it'd be worth mentioning since...

How difficult would it be to replicate this behavior: https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/ ?

Hi, I'm currently using a ubuntu subsystem in windows. I tried to install vim-markdown-composer and everything seems to work fine. I first installed Rust following their instruction on the website...

Hi, I use Firefox by default, but I'd like to open markdown renders in Safari. I've tried setting `g:markdown_composer_browser` to `safari` / `Safari` / `Safari.app` / `/Applications/Safari.app` / `open /Applications/Safari.app`...

bug

The slashes at the end of these lines don't show up in the preview. https://github.com/ursi/purs-nix/blame/master/docs/adding-packages.md#L37-L41 My setup is `Plug 'euclio/vim-markdown-composer'` using `vim-plug`

It'd be nice to make it so that users can install the plugin without downloading Rust, like LanguageClient-neovim.

enhancement

Simple LaTeX equations are handled correctly ``` $$ a = b $$ ``` But aligned environment is not: ``` $$ \begin{aligned} a & = b \\ c & = d...

bug

Give us an option to send the markdown modifications to the browser after saving the file. That will be great. Thanks for this great plugins! :+1:

Hello, more of a suggestion than a request, but I would find it super nice to be able to render tikz figures with this plugin. What are the pre-requisites and...