番外:1、打开并书写数学公式 发表于 2019-12-14 | | 阅读数 先找到next的config的配置文件,找到如下,将mathjax设置为true。 12345# MathJax Supportmathjax: enable: true(原来为false) per_page: false(这个是询问是否每篇文章都打开,如果选择false则全部打开,不然就要在文章中手动打开) cdn: //cdn.bootcss.com/mathjax/2.7.1/latest.js?config=TeX-AMS-MML_HTMLorMML $$\lim_{n \rightarrow +\infty} \frac{1}{n(n+1)}$$ $$\left( \dfrac {1}{2}-2x\right) ^{2}$$ $$f\left( x\right) =2x^{2}+2x+1$$ 网址:http://webdemo.myscript.com/views/math.html#/demo/equation