MOxFIVE / hexo-theme-yelee

简而不减 Hexo 双栏博客主题; Another simple and elegant theme for Hexo.
http://moxfive.xyz/
1.38k stars 328 forks source link

markdown解析与latex公式冲突 #221

Closed qjgods closed 6 years ago

qjgods commented 6 years ago

问题在于markdown的优先级比latex公式要高,导致latex公式出现错误。

一个例子:

$$
1*1=1 \\
2*2=4
$$

没法正确显示,只能加转义字符解决,但是我在其他markdown编辑器也是这样写的,别人就没有这个问题。

qjgods commented 6 years ago

换成pandoc来解析markdown解决了。。。 https://github.com/wzpan/hexo-renderer-pandoc