Elegantly Configure Hexo Blog with Next Theme

The palest ink is better than the best memory.

Font Setting

Reference

Full-width and Half-width Punctuation Marks

This is a problem caused by the markdown renderer. You should modify it according to your markdown renderer. If you use the latest Next theme which supports MathJax, then you probably use Pandoc, so you should configure the Pandoc settings in _config.yml.

1
2
3
4
5
6
# config of hexo-renderer-pandoc
pandoc:
args:
- --mathjax
- --from=markdown-smart
- --to=html5