react-mathjax-预览 react-mathjax-preview提供了一个React组件来呈现MathML,TeX或ASCIImath公式。 参见。 安装 安装react-mathjax-preview作为依赖项: yarn add react-mathjax-preview 用法 导入程序包,并用一些包含您的形式的文本填充math属性。 用$或$$包裹TeX,用`包裹ASCIImath。 按原样粘贴MathML。 import React , { Component } from 'react' import { render } from 'react-dom' import MathJax from 'react-mathjax-preview' const asciimath = '`sum_(i=1)^n i^3=((n(n+1))/2)^2`' # Becau