应该显示组合公式

不能显示正确的公式
$$ C_{n-1}^k = C_{n-1}^{k-1} + C_{n-1}^{k-1} $$

$$ C_{n-1}^k = C_{n-1}^{k-1} + C_{n-1}^{k-1} $$
Add the ✔ sign before an item which is affected by this behavior.
NexT Version:
NexT Scheme:
Browser: Chrome
System: Mac OS
非常感谢,familyld,解决了我的问题。
Thanks very much, familyld!!
@familyld 你好,我直接按照你的教程去做,结果发现块状LaTeX式子直接没有了,行内LaTeX还是没有解析出来。之后我就找了其他教程,使用了npm install hexo-renderer-markdown-it --save。可是不知道还是没有效果,我的博文,please check
第一次处理

第二次处理

Most helpful comment
这个问题是由Hexo自带的Markdown渲染引擎和MathJax冲突引起的,解决方法很简单。更换Markdown渲染引擎就可以了。详细可以查看我的博文。
This issue is caused by the conflict of hexo-renderer-marked(Hexo's default Markdown renderer) and MathJax. To fix this issue, you can simply change your markdown renderer. See the detail in my blog.