Closed zhmou closed 2 years ago
Thanks for opening this issue, maintainers will get back to you as soon as possible!
这个不是主题的问题,引号是 Hexo 的 markdown 插件负责替换的。具体可以参考 https://github.com/theme-next/hexo-theme-next/issues/462#issuecomment-435429592
感谢解答。
This thread has been automatically locked since there has not been any recent activity after it was closed. It is possible issue was solved or at least outdated. Feel free to open new for related bugs.
Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate. 请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查。
Issue Checklist
Expected behavior
在Markdown文件中 输入 单引号 '(Unicode编码 U+0027)、双引号"(U+0022)进行测试:
默认主题landscape的行为: 这五行引号的Unicode分别为: U+2019 ’ (和原文件中的Unicode不同) U+201D ” (和原文件中的Unicode不同) U+2019 ’ (和原文件中的Unicode不同) U+0027 ' U+0027 '
Actual behavior
网站:https://zhmou.github.io/2022/09/12/only-for-test/ 在Next主题下的行为 这五行引号的Unicode分别为: U+2019 ’ (和原文件中的Unicode不同) U+0022 " (和原文件中的Unicode相同) U+0027 ' (和原文件中的Unicode相同) U+2019 ’ U+2019 ’
Steps to reproduce the behavior
新建博文,英文键盘模式下输入各种 ' 进行测试。
Environment Information
Node.js and NPM Information
Package dependencies Information
Hexo Configuration
NexT Configuration
Other Information