<!-- Welcome! These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! --> <!-- Thanks for thinking of a way to improve Jupyter Notebook. If this solves a problem for you, then it probably solves that problem for lots of people! So the whole community will benefit from this request. NOTE: Please note that Jupyter Notebook 6.x development is in maintenance-only mode. Finally, please answer the following questions for yourself before submitting an issue. - [ ] I checked to make sure that this issue has not already been filed - [ ] I'm reporting the issue to the correct repository --> ### steps to reproduce: insert next text ``` | `\bigg|_1^2` | $\bigg|_1^2$ | | ------ | ----- | | | | ``` ### expected behavior: rendered table with fields `\bigg|_1^2` and $\bigg|_1^2$ ### actual behavior: It continues to be displayed as inserted text | `\bigg|_1^2` | $\bigg|_1^2$ | | ------ | ----- | | | | If I insert next text: ``` | `\bigg|_1^2` | | ------ | ----- | | | | ``` I get: | `\bigg|_1^2` | | ------ | ----- | | | |