Formulas are not rendered with MathJax if they are enclosed in HTML code.
This (HTML)-code is simply interpreted as HTML code. MathJax does not render the formula.
<p>Test ... $x^2$ ...bla..bla...</p>
This (MarkDown)-code is rendered by MathJax as expected.
Test ... $x^2$ ...bla..bla...
Expected behavior: In both cases formulas are rendered with MathJax.
Regression / Incompatibility with Grav TinyMCE Plug-in (Version 1.5.1 has been compatible with TinyMCE)