Enhancing Math Block rendering
Hello Team,
I'm testing the Math Block and I would like to propose some improvement for the rendering of formulas.
At the moment, I'm testing this formula because I know that it is possible to have different results in rendering (in back end, it's exactly how I want it) :

But, sadly, in front end, as you can see the integral is not rendered properly (in Chrome) :

Here is in Firefox :

And for the reference, here is the render (whatever the browser) with KaTeX plugin for Wordpress I used all these past few years (https://wordpress.org/plugins/katex/) :

The thing is that in Math Block, we should be able to use for example "\displaystyle" to have better looking formulas.
Shahjahan Jewel Do you think it could be done ? I know it's extra work for a feature not so popular, but it would make the Math Block perfect.
Thanks for sharing. We will try to improve the math block. Actually, we are using the same Block provided by WP Core. Will check if we have any styling issues.
Shahjahan JewelΒ Thanks ! I understand, and that's why I'm usually using the KaTeX plugin, the formulas are better looking with it :)