Hi,
In a Jupyter notebook cell if I want to add a block equation as follows:
hello appears italic while editing text due to the star, even if it was part of the Latex syntax. If I just do $a^* = hello$ (i.e. inline Latex), hello does not appear italic anymore. Is this the intended behaviour?
Screenshot:

(I also tried a^{*} but the behaviour is the same.)
Using Jupyter 4.1.1
Also, thanks for the great project! 😛