problems using hexo
This page was translated by AI and proofread by humans. You may want to view in original language.
Half-width punctuation marks converted to full-width
English half-width single quotes are converted to Chinese full-width single quotes after translated to HTML. If you use hexo-renderer-marked, modify _config.yml:
1 | # https://github.com/hexojs/hexo/issues/1981#issuecomment-229309844 |
If you use hexo-renderer-markdown-it-plus,modify _config.yml:
1 | # https://github.com/theme-next/hexo-theme-next/issues/462#issuecomment-435552020 |