# Third Party Services Settings # See: https://theme-next.org/docs/third-party-services/ # You may need to install dependencies or set CDN URLs in `vendors` # There are two different CDN providers by default: # - jsDelivr (cdn.jsdelivr.net), works everywhere even in China # - CDNJS (cdnjs.cloudflare.com), provided by cloudflare ... # hexo-rendering-pandoc (or hexo-renderer-kramed) needed to full MathJax support. mathjax: cdn: //cdn.jsdelivr.net/npm/mathjax@2/MathJax.js?config=TeX-AMS-MML_HTMLorMML #cdn: //cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML ... # hexo-renderer-markdown-it-plus (or hexo-renderer-markdown-it with markdown-it-katex plugineeded to full Katex support. katex: cdn: //cdn.jsdelivr.net/npm/katex@0/dist/katex.min.css #cdn: //cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css