Zhuang Ma

Results 157 comments of Zhuang Ma

@vanildosouto yes, but sadly it has not mentioned the rules to generate toc ids.

Thanks for your suggestion, I'll think about it.

> Same for me. The commands can't be found in nvim. > > **Update**: In my case, a change in the Plug-Configuration in my `~/.config/nvim` worked and solved the problem...

@WaterSibilantFalling I'm sorry for my late reply. Could you provide more details? Like how you manage your vim plugins, what's in your vimrc, etc.

Thanks for your advice. There is a issue #26 talking about this , maybe your suggestion would help.

Thanks @vser1 I'm using GitLab, too. I'll look into it, and consider if to add support for GitLab. You can reference how GitHub handles subsequent hyphens in anchors in ....

I think your solution can work, it seems that GitHub and GitLab shared most logic in generated anchors for headings except successive hyphens. So I'm going to add a command...

Oh oh... According to GitLab docs, it uses Redcarpet, maybe what I need to do is to enhancement Redcarpet supporting. 😄 Redcarpet take this rule `two or more hyphens in...

Yes. It's likely to be a problem. I used to support Redcarpet for Jekyll blog working with GitHub Pages, but last year, GitHub announced only support kramdown as Markdown engine...

具体导致了什么问题可以说一下吗? 因为我不使用这两个插件,尝试用 Vundle 和 vim-plug 两种插件管理器安装上这两个插件加上本插件后,在本地初步看了下没有发现什么异常。