problems using hexo
2025-08-14  / issue  / 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
2
3
# https://github.com/hexojs/hexo/issues/1981#issuecomment-229309844
marked:
smartypants: false

If you use hexo-renderer-markdown-it-plus,modify _config.yml:

1
2
3
# https://github.com/theme-next/hexo-theme-next/issues/462#issuecomment-435552020
markdown-it-plus:
typographer: false