MathJax `\\` newline not rendering. Simply shows the `\\`
问题 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