zulip: bugdown: Latex shifts superscripts and other offset characters downwards.
To reproduce, send a message like
Subscripts and superscripts: $$a^X B^X a^x a_X B_X$$.
\frac: $$\frac{a}{b}$$, \over: $${a \over b}$$ and \bar: $$\bar{\theta}$$.
Integrals: $$\int_0^1$$.
This seems to be okay: $$a^{a^{a^a}}$$.
The frontend markdown processor is doing the right thing, but the backend markdown processor returns:

I would start by figuring out what is different between what the frontend and backend markdown returns. http://zulip.readthedocs.io/en/latest/subsystems/markdown.html is useful reading.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 22 (11 by maintainers)
Commits related to this issue
- katex: Update the `require` path to point to the new one. This fixes #7620. — committed to rht/zulip by rht 6 years ago
- katex: Update the `require` path to point to the new one. This fixes #7620. — committed to rht/zulip by rht 6 years ago
- katex: Update the `require` path to point to the new one. This fixes #7620. — committed to rht/zulip by rht 6 years ago
- katex: Update the `require` path to point to the new one. This fixes #7620. — committed to zulip/zulip by rht 6 years ago
Possible related issue: https://github.com/Khan/KaTeX/issues/978.
@pyrocto That’s a different bug, but I’ve fixed it as #13154.
I don’t know why but
Is ignoring the node_modules directory.