How to add math on your blog : MathJax + Blogger

This tip is useful for engineering and science bloggers who want to share their knowledge on the web. Here is the way I found. I recently tested it on the Blogger system,  the purpose is to share science tutorials with you using the correct math way. Let's do it! Step 1: Add a new gadget to your blog and copy and paste the following script. <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> Step 2: Write code in a new post following using latex language inside: Inline:           \( latex code here \) Paragraph:    \[ latex code here…

Continue ReadingHow to add math on your blog : MathJax + Blogger