react mathjax preview:您正在寻找的MathJax React组件 源码
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
文件列表
react-mathjax-preview-master.zip
(预估有个15文件)
react-mathjax-preview-master
demo.jsx
2KB
index.html
143B
.github
workflows
test.yml
250B
gh-pages.yml
642B
.nojekyll
0B
yarn.lock
322KB
.babelrc
62B
暂无评论