Zhuang Ma

Results 157 comments of Zhuang Ma

Sorry but I can't find `:FoldMatching` command, can you tell me which plugin it comes from?

I reproduce that, it should be a bug. I'll try to fix it. Thanks for your report, any PR or idea is graceful.

https://github.com/mzlogin/vim-markdown-toc/blob/98dccaebf582a4b366f1c96c9d4bc9596092c07d/ftplugin/markdown.vim#L359 did this. ref https://www.linux.com/learn/vim-tips-folding-fun > Vim also treats a folded section of text as a single line for the purpose of deleting and yanking text. If you place the...

我这边也是这几个平台的 Cookie 无法同步,还有 51cto。

那这个 Issue 我先关闭了哈~还有相关问题可以继续讨论。 最近我升级了一下 mermaid 版本,然后稍修改了下支持 ` ```mermaid ` 这种写法了,有需要可以关注下。

这个功能,用两个简单的 HTML 标签可以实现。 如: ```html 这里是概要,点击可以展开 这里是详情 展开就可以看到了~ ``` 效果: 这里是概要,点击可以展开 这里是详情 展开就可以看到了~

这个问题先关闭了哈~还有相关问题再继续讨论。

@weibeld Thanks for your comment.

数学公式吗?文件模板头部有个开关,改为 true 的话当前文章就可以支持 MathJax。默认 false ``` mathjax: false ```