MathJax `\\` newline not rendering. Simply shows the `\\`

主宰稳场 提交于 2019-12-23 22:25:46

问题


I use the MathJax CDN: <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>

When I put this into my webpage:

Say $P(k, n)$ is the probability of ...\\

By definition, ...

all the math renders correctly, but the \\ shows up as \\ instead of as a newline, and there is no newline. It just continues on the same line. So it looks like:

probability of ... \\ By definition, ...

I haven't changed anything for a while, and I didn't think this was happening before, so perhaps some update occurred which causes this? But I am not positive it was working before, so it's possible the issue has always been there.

来源:https://stackoverflow.com/questions/34236097/mathjax-newline-not-rendering-simply-shows-the

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!