How to display mathml correctly with vue?
问题 I have a lot of html snippets which embeds some mathml tag like below: <span lang="EN-US" style='font-size:10.5pt;font-family:等线;position:relative;'><mml:math xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"><mml:mi>a</mml:mi><mml:mo>></mml:mo><mml:mn>2</mml:mn></mml:math></span> If I retrieve it from the server and display it in Home.vue, the math equation not shown correctly, just plain text. If place it inside a standalone