解决hexo英文单引被转换中文右单引号 发表于 2020-10-05 分类于 应用程序 , hexo 阅读次数: Valine: Hexo的markdown解析器会把英文的单(双)引号都自动转换成中文的单(双)引号,请问如何避免? 直接编辑根目录下'_config.yml'增加或者修改为如下内容: 12marked: smartypants: false 参考: https://www.zhihu.com/question/285274130 https://github.com/theme-next/hexo-theme-next/issues/462 https://blog.csdn.net/qq_32767041/article/details/103285147 本文作者: redcat8850 本文链接: https://www.whypc.org/post/13cde27b.html 版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!