How to Write Math Equations on Blogger?
What is MathJax? Beautiful math in all browser - A JavaScript display engine for mathematics that works in all browsers. Add MathJax for Blogs on Blogger Layout -> SIdebar(bottom) [+ Add a Gadget] -> HTML/JavaScript Setting the Title as "MathJax". And add the below code to Content. <script type="text/x-mathjax-config"> //<![CDATA[ MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ], processEscapes: true }, "HTML-CSS": { availableFonts: ["TeX"] } }); //]]> </script> <script async="async" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"> </script> Display Math Notations in Blog Posts Using the above setup, any math characters you ...