You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's unfortunately a bit of a conflict between having nice rendering in the docs (latex) and in the REPL (no latex) :(
In some places, we use code formatting together with unicode to have a bit of a compromise, but for sufficiently complicated things that's just not really feasible. I don't know if something like https://github.com/SimonDanisch/UnicodeFun.jl could be useful to have equations display nice in both places? I've never seen anyone solving this problem before
Yeah, I don't have a good solution. Maybe some REPL tool that detects markdown math-blocks and just "cleans" them somehow. But I don't really mind that much, I just noted it while looking around and thought I would report it quickly.
See e.g. here, for me the equations for x' and y render on the same line.
There are multiple other places that seem to have the same problem.
The text was updated successfully, but these errors were encountered: