This was found by reading the article pointed by https://lobste.rs/s/nobvmp/how_prime_factorizations_govern_collatz
@@ -77,6 +77,38 @@ var (
"var": {},
"video": {"poster", "height", "width", "src"},
"wbr": {},
+
+ // MathML: https://w3c.github.io/mathml-core/ and https://developer.mozilla.org/en-US/docs/Web/MathML/Reference/Element
+ "annotation": {},
+ "annotation-xml": {},
+ "maction": {},
+ "math": {},
+ "merror": {},
+ "mfrac": {},
+ "mi": {},
+ "mmultiscripts": {},
+ "mn": {},
+ "mo": {},
+ "mover": {},
+ "mpadded": {},
+ "mphantom": {},
+ "mprescripts": {},
+ "mroot": {},
+ "mrow": {},
+ "ms": {},
+ "mspace": {},
+ "msqrt": {},
+ "mstyle": {},
+ "msub": {},
+ "msubsup": {},
+ "msup": {},
+ "mtable": {},
+ "mtd": {},
+ "mtext": {},
+ "mtr": {},
+ "munder": {},
+ "munderover": {},
+ "semantics": {},
}
)