1

I found out that I can copy equation from Symbolab or Word 365 and paste it to Blogger with a kind of HTML codes I got from How to convert Latex to mathml.

<!DOCTYPE html>
<html>
<head>
<title>MathJax TeX Test Page</title>
<script type="text/javascript" async
  src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML">
</script>
</head>
<body>
Your test: $${\pi_{ij}}={\rm{R}}SBU_{ij}^L-{\rm{R}}SBU_{ij}^H={q_{ap}}(f_{ij}^L-f_{ij}^H)/{N_{ap}}.$$
</body>
</html> 

Preview of my blog post with Latex

It converts my Latex to MathML, but I cannot see my equation in Blogger editor if I switch HTML editing mode to usual writing mode. I cannot see where my mathematical equation is when I want to type some paragraphs for my Science Web Novel without getting distracted by HTML codes.

The equation is invisible!

  • 1
    Have a try with [**KaTeX**](https://katex.org/), you only have to change the link in your header. If KaTeX gives you this feature, consider it, since it's also very lighter :) – MattAllegro May 23 '22 at 12:45
  • 1
    Thank you, but it still not showing in usual writing display. But yesterday I found MathML in this blog:https://www.airinaa.com/2018/04/add-mathjax-beautiful-mathematic.html could help me to add Latex equation by adding $ symbol. – Becker Hija May 24 '22 at 15:16
  • Yes, dollar sign is one of the math delimiters. Use them properly to get inline math and display style math – MattAllegro May 24 '22 at 16:28
  • Hello. I don't know how to solve this, but I do have some suggestions because it seems like your code is not included correctly. You are including code from the former MathJax CDN; it has been deprecated since 2017. This also means that you are using version 2 of MathJax. Consider using version 3 instead, a complete rewrite, which is much faster and accessible. (You can go to https://www.mathjax.org/#gettingstarted to copy the code.) By the way, KaTeX is a great library, but it's not much faster than MathJax 3, and is also less accessible and has less features. –  Jul 04 '22 at 07:45

0 Answers0