RoachZhao
RoachZhao
 Hi @kristijanhusak , as I post above. There is a ` ` and a speace before `≡ `, and I think it will be better if it disapper. As...
Thanks for your work!! Wish to have option to set fonts.
## describe If use both `indentLine` and `vim-polyglot`, and do `:mksession` in a markdown buffer, then use `vim -S Session.vim` to load session, the setting to exclude markdown for indentline...
- vim or neovim? - [x] vim - [ ] neovim - Output of `vim --version` or `nvim --version`: gvim-lily 8.2.2406-2 - Output of `:echo has("python")`: 0 - Output of...
- vim or neovim? - [x] vim - [ ] neovim - Output of `vim --version` or `nvim --version`: gvim-lily 8.2.2339-1 - Output of `:echo has("python")`: 0 - Output of...
I'm using Konsole + Vim on Manjaro. ``` call plug#begin('~/.vim/plugged') Plug 'morhetz/gruvbox' call plug#end() colorscheme gruvbox set bg=dark ``` Above setting leads to a transparent background.  But `set...
Current TOC show on the Top on preview page, will it more useful shows on left and fixed when scroll preview page? Thanks in advance!
**Describe the bug**  上图是一个md文件的渲染结果。对比第一行和第二行,第一行在星号之后多了个英文字符,导致加粗渲染失败。 当两个用来加粗的星号之内存在中文符号,且后续为一个英文字符或数字时可以复现。 **Expected behavior** 加粗渲染可以支持星号内存在标点符号。 **Desktop (please complete the following information):** - OS: ManjaroLinux 例子: ``` **只剩下两张图片的一个例子:**a **只剩下两张图片的一个例子:** **试一试。**1 ```
如果一个图片的大小超过了网页中preview的区域范围,希望可以增加点击这个图片显示原图,在点击恢复的功能。 感谢!
This plugin works well for normal use. But I have a special situation that the markdown file to preview is created by other command. So I just don't want to...