remarkjs / remark-math

remark and rehype plugins to support math
https://remark.js.org
MIT License
372 stars 54 forks source link

Math and Katex renders incorrectly #83

Closed jkim34 closed 1 year ago

jkim34 commented 1 year ago

Initial checklist

Affected packages and versions

"rehype-katex": "^6.0.3", "remark-math": "^5.1.1"

Link to runnable example

No response

Steps to reproduce

Use codesandbox to reproduce.

If link doesn't work, simply add below packages: "rehype-katex": "^6.0.3", "remark-math": "^5.1.1"

Use npm v 9.2.0, or simply use codesandbox's default runtime.

Expected behavior

$x^2 + y^2 = z^2$ should render correctly.

Actual behavior

After correctly rendering, it also appends x2+y2=z2

Runtime

Node v14

Package manager

Other (please specify in steps to reproduce)

OS

Windows

Build and bundle tools

Create React App

ChristianMurphy commented 1 year ago

Hey @jkim34! 👋 Please follow the usage guide in the readme. https://github.com/remarkjs/remark-math/tree/main/packages/rehype-katex#use Notably, katex requires a stylesheet to render correctly, you haven't included the CSS stylesheet, so it won't be styled correctly. Add the stylesheet.

github-actions[bot] commented 1 year ago

Hi! This was closed. Team: If this was fixed, please add phase/solved. Otherwise, please add one of the no/* labels.