Replies: 1 comment
-
看了KaTeX/KaTeX#1983 ,自己调了调,没找出特别好的解决方案。目前就在global.css里加了如下代码,防止编号和公式靠得特别近: .katex-display > .katex > .katex-html > .tag {
padding-left: 1em;
} ![]() |
Beta Was this translation helpful? Give feedback.
0 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.
-
描述bug
使用 Notion 写 latex 公式, 在结尾处使用 \tag{} 对公式进行编号, 公式编号在 Notion 中显示正常, 但是博客中距离公式非常近, 影响了阅读理解.
复现步骤
在 Notion 中使用 Block equation, 编辑公式并在结尾处 添加 \tag{1}, 加入编号. 之后再博客里查看效果.
期望的正常结果
希望博客的公式效果应该与Notion中表现的公式效果一致, 或者公式编号尽量远离公式.
截图


Notion页面
博客页面


环境
Beta Was this translation helpful? Give feedback.
All reactions