记一次博客公式渲染排查 #4
Replies: 1 comment 2 replies
-
|
Butterfly是基于KateX的,在配置文件就能找到,或许关掉就不会有问题了?(没试过) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
记一次博客公式渲染排查
记一次博客公式渲染排查 Hexo博客公式非常容易踩的两个坑:一个是公式美元符号与公式之间存在空格,里另一个是不符合KaTeX语法。 而且这两个问题在Typora下是完全看不出来的。 我的数据库博客就有很多这样的问题,相当长的一段时间里没有解决。今天抽空搞定了,写点心得。 空格问题 这个其实非常好解决,比如 $ \forall a \in A $ 我们只需要将 “$ ” 和 " $&quo
https://www.zwn2001.space/2023/06/23/%E8%AE%B0%E4%B8%80%E6%AC%A1%E5%8D%9A%E5%AE%A2%E5%85%AC%E5%BC%8F%E6%B8%B2%E6%9F%93%E6%8E%92%E6%9F%A5/
Beta Was this translation helpful? Give feedback.
All reactions