RoachZhao

Results 71 issues of RoachZhao

![image](https://user-images.githubusercontent.com/9500049/103147215-2fee3300-478e-11eb-81d3-c359872a42cc.png) 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.

enhancement

## 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. ![Screen Capture_select-area_20201015003654](https://user-images.githubusercontent.com/9500049/96019258-e07eb300-0e7e-11eb-8f9d-7abd62f87d89.png) 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!

enhancement

**Describe the bug** ![image](https://user-images.githubusercontent.com/9500049/119381739-d9acfe00-bcf3-11eb-820d-9940d92788f8.png) 上图是一个md文件的渲染结果。对比第一行和第二行,第一行在星号之后多了个英文字符,导致加粗渲染失败。 当两个用来加粗的星号之内存在中文符号,且后续为一个英文字符或数字时可以复现。 **Expected behavior** 加粗渲染可以支持星号内存在标点符号。 **Desktop (please complete the following information):** - OS: ManjaroLinux 例子: ``` **只剩下两张图片的一个例子:**a **只剩下两张图片的一个例子:** **试一试。**1 ```

bug

如果一个图片的大小超过了网页中preview的区域范围,希望可以增加点击这个图片显示原图,在点击恢复的功能。 感谢!

enhancement

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...