MatejBransky / react-katex

Display math in TeX with KaTeX and ReactJS
https://codesandbox.io/s/github/MatejMazur/react-katex/tree/master/demo?fontsize=14&hidenavigation=1&module=%2Fsrc%2FExample.tsx&theme=dark
MIT License
147 stars 12 forks source link

Fix double slashes in README which yield an error #28

Closed Izhaki closed 4 years ago

Izhaki commented 4 years ago

For me

<TeX math="\\int_0^\\infty x^2 dx" />

Results in an error:

image

There could be other instances in the file that needs fixing, but wasn't sure.

MatejBransky commented 4 years ago

Hi, thanks for the PR!