GitHub to GitLab iPython Notebook Markdown Math Rendering issue.
Summary
I have just switched from GitHub to GitLab and used the import from GitHub module to transfer all my repositories. The first thing I recognized was inside the iPython notebooks that were designed appropriately, I wasn't able to see the equations in the way that it has to be.
Steps to reproduce
Open jupyter lab on terminal and launch an empty notebook instance. Then, enter this vector multiplication example by changing from "Code" to "Markdown":
g_0(x) \underset{\omega_1}{\overset{\omega_0} \gtrless} g_1(x)
The vector multiplication should be shown correctly. After saving the iPython notebook instance, upload the document to GitLab and the written Markdown command will be seen such that:
g_0(x) \underset{\omega_1}{\overset{\omega_0} \gtrless} g_1(x)
Example Project
https://gitlab.com/canerozer/BLU603E-Final-Exam---Take-Home-Sections/blob/master/solution.ipynb
What is the current bug behavior?
The math equation is not being rendered.
What is the expected correct behavior?
The equation needs to be rendered as in Jupyter Lab and GitHub.
Relevant logs and/or screenshots
Output of checks
This bug happens on GitLab.com

