Closed lym0518 closed 2 years ago
The &
replace with &
is in a common utility 🤔
https://github.com/hexojs/hexo-util/blob/master/lib/escape_html.js
git clone git@github.com:volantis-x/community.git && cd community
git reset --hard b96c4289a1833260acfe8252f5cd21bd4fa862d3
git submodule update --init
npm i && hexo s
git clone git@github.com:volantis-x/community.git && cd community
git reset --hard 54d3585f0fc4dbe44c7935f84429e5268612a8b6
git submodule update --init
npm i && hexo s
What is the difference between b96c4289a1833260acfe8252f5cd21bd4fa862d3 and 54d3585f0fc4dbe44c7935f84429e5268612a8b6 ?
May be hexo-renderer-ejs or hexo-renderer-marked or hexo
确认了 hexo-renderer-marked@4 是正常的 hexo-renderer-marked@5 渲染异常
可能是 hexo-renderer-ejs 或 hexo-renderer-marked 或 hexo
It is indeed possible, thank you for your reply, I will think about it again This problem appeared rather suddenly, only in the last few releases
确认了 hexo-renderer-marked@4 是正常的 hexo-renderer-marked@5 渲染异常
原来如此,这是好早之前的问题了,那一天更新后开始出现。
Check List
Please check followings before submitting a new issue.
hexo version
to check)Expected behavior
markdown文章中输入类似 的符号在部署后会显示为空格。
Symbols like  entered in markdown articles will be displayed as spaces after deployment.
Actual behavior
markdown文章中输入类似 的符号在部署后会显示为 
Symbols like  entered in markdown articles will be displayed as  after deployment
How to reproduce?
Is the problem still there under "Safe mode"?
Environment & Settings
Node.js & npm version(
node -v && npm -v
)Your site
_config.yml
(Optional)Hexo and Plugin version(
npm ls --depth 0
)Your package.json
package.json
Others