-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why katex render one equation twice? #696
Comments
Thanks for opening this issue, maintainers will get back to you as soon as possible! |
Please provide the source code of your blog, thanks |
I'm experiencing the same situation as well. Even for some very simple formulas, the aforementioned situation can occur. My blog code(Markdown):---
title: test
date: 2023-12-10 16:32:49
---
test:
1. test:$a=\alpha*(a+b)$is a formula. Node.js and NPM Information$ node -v && npm -v
v20.10.0
10.2.3 Package dependencies Information$ npm list
hexo-site@0.0.0 E:\blog
├── hexo-deployer-git@4.0.0
├── hexo-generator-archive@2.0.0
├── hexo-generator-category@2.0.0
├── hexo-generator-index@3.0.0
├── hexo-generator-tag@2.0.0
├── hexo-renderer-ejs@2.0.0
├── hexo-renderer-markdown-it-plus@1.0.6
├── hexo-renderer-stylus@3.0.0
├── hexo-server@3.0.0
├── hexo-theme-landscape@1.0.0
├── hexo-word-counter@0.1.0
└── hexo@7.0.0 |
Hi @fuzihaofzh, thanks for reaching out. We can't reproduce this problem, maybe try update to the latest dependencies. I'm closing this issue for now, but if you need any help, feel free to reopen it again. ❤️ |
See next-theme/hexo-theme-next#696 Signed-off-by: Luc Ma <luc@sietium.com>
I came across the same problem from time to time. |
Issue Checklist
Expected behavior
Each equation should only be shown once. However, it shows one math equation twice like:
Actual behavior
it shows one math equation twice:
Besides, I cannot see any CSS file sourced in the page source. Is this a problem?
Steps to reproduce the behavior
Just following the very basic instruction, then get this result.
Node.js and NPM Information
Package dependencies Information
Hexo Configuration
NexT Configuration
Other Information
Mac Pro M1
The text was updated successfully, but these errors were encountered: