年糕小豆汤

Results 256 comments of 年糕小豆汤

连命令都没有,就是插件都没装成功

看这个 https://github.com/iamcco/markdown-preview.nvim/issues/45

Sorry I know less of the built-in package manager. But the key point to install the plugin is that install the plugin like normal plugin you install and then go...

It have `MarkdownPreview` command ? auto start doesn't not include `rmd` https://github.com/iamcco/markdown-preview.nvim/blob/master/plugin/mkdp.vim#L125, need to change that.

``` vim " options for markdown render " mkit: markdown-it options for render " katex: katex options for math " uml: markdown-it-plantuml options " maid: mermaid options " disable_sync_scroll: if...

It only support config by initialize function by now. http://mermaid-js.github.io/mermaid/#/usage?id=using-the-mermaidapiinitializemermaidinitialize-call I don't know if this option can be pass to initialize.

It's expected, there is not pre build bundle for ARM platform. Using `Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app && yarn install' }` instead.

> There are a whole bunch of extensions for Markdown-it. Is it possible to add them to your plugin? (for example, for the superscript: "^2" instead of "2"). For how...