talyssonoc / react-katex

Display math in TeX with KaTeX and ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-katex don't work

Rick-Lewis opened this issue · comments

commented

code below:

import 'katex/dist/katex.min.css';
import { InlineMath, BlockMath } from 'react-katex';
render() {
return(<BlockMath>\int_0^\infty x^2 dx</BlockMath>)
}

output:
image

commented

sorry! I don't add katex js resource