Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I support LaTeX math expressions enclosed in square brackets [ E = mc^2 ] in React application?
I’m using the ReactMarkdown component from react-markdown along with the remark-math and rehype-katex plugins. Specifically, I want to render LaTeX block math expressions like this:
How can I properly render these expressions with the bracket delimiters [ ]? Are there any options or configurations I should add to make this work?
Beta Was this translation helpful? Give feedback.
All reactions