Two scripts are connected to the document page on Blogger. In the <head> :
<script type ='text/x-mathjax-config'> MathJax.Hub.Config({ tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]} }); </script> <script src='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' type='text/javascript'> </script> This script is responsible for drawing mathematical formulas.
The following script is responsible for displaying diagrams. It is contained on some pages in the message display box.
<script src="https://www.draw.io/embed2.js?s=flowchart&" type="text/javascript"></script> At the moment, on pages where both scripts are used, the first one from the <head> block is ignored and only the second one is executed. It is necessary that these two scripts be executed on the page. And correctly displayed content using both of these scripts on the same page.
The following errors appear in the browser console:
Uncaught TypeError: Cannot read property 'Startup' of undefined at Object.StartupHook (MathJax.js:19) at Object.loadComplete (MathJax.js:19) at Function.execute (MathJax.js:19) at cb (MathJax.js:19) Uncaught TypeError: Cannot read property 'MathEvents' of undefined at TeX-AMS-MML_HTMLorMML.js?V=2.7.0:55 at Function.execute (MathJax.js:19) at cb (MathJax.js:19) at Object.Execute (MathJax.js:19) at Object.ExecuteHooks (MathJax.js:19) at Function.execute (MathJax.js:19) at cb (MathJax.js:19) at Object.Execute (MathJax.js:19) at Object.Post (MathJax.js:19) at Function.execute (MathJax.js:19)
asyncattribute. Try it. - YozhEzhi