-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
if set hljs to true in hexo config, it will cause some Tag Plugins no rendering #4317
Closed
5 tasks done
Comments
It appears to be fixed in #4161 by @stevenjoezhang I will add a test case to confirm if the issue has been fixed in coming hexo@5. |
The rendering result is affected by
Test cases:
|
@jerryc127 Could be fixed in coming hexo@5. The replated test case will be added. Update @jerryc127 The bug is now confirmed. Will be fixed by #4358. |
我把你改的那句正则复制到我的hexo对应的位置 good job |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check List
Please check followings before submitting a new issue.
hexo version
to check)Expected behavior
Actual behavior
How to reproduce?
Environment & Settings
Node.js & npm version
Your site
_config.yml
(Optional)Your theme
_config.yml
(Optional)Hexo and Plugin version(
npm ls --depth 0
)+-- @babel/core@7.9.6
+-- @babel/preset-env@7.9.6
+-- eslint@6.8.0
+-- eslint-config-standard@14.1.1
+-- eslint-plugin-import@2.20.2
+-- eslint-plugin-node@11.1.0
+-- eslint-plugin-promise@4.2.1
+-- eslint-plugin-standard@4.0.1
+-- gulp@4.0.2
+-- gulp-babel@8.0.0
+-- gulp-clean-css@4.3.0
+-- gulp-htmlclean@2.7.22
+-- gulp-htmlmin@5.0.1
+-- gulp-imagemin@7.1.0
+-- gulp-uglify@3.0.2
+-- hexo@4.2.0
+-- hexo-abbrlink@2.0.5
+-- hexo-deployer-git@2.1.0
+-- hexo-douban@1.1.3
+-- hexo-generator-archive@1.0.0
+-- hexo-generator-category@1.0.0
+-- hexo-generator-feed@2.2.0
+-- hexo-generator-index@1.0.0
+-- hexo-generator-search@2.4.0
+-- hexo-generator-tag@1.0.0
+-- hexo-renderer-ejs@1.0.0
+-- hexo-renderer-marked@2.0.0
+-- hexo-renderer-pug@1.0.0
+-- hexo-renderer-stylus@1.1.0
+-- hexo-server@1.0.0
+-- hexo-tag-aplayer@3.0.4
+-- hexo-wordcount@6.0.1
`-- terser@4.6.11
Your package.json
package.json
Others
When set hljs to false , it will show correct
but when set it to true
markdown
button.js
The text was updated successfully, but these errors were encountered: