我在ckeditor中遇到MathJax以及角度问题,MathJax没有在ckeditor中渲染。我的HTML标记如下所示
<div id="editor"><iframe id="frame" >
<html>
<head>
<title >Editor</title>
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script>
</head>
<body>
<p>
<elmath>
<math xmlns="http://www.w3.org/1998/Math/MathML"display="inline">
<mfrac>
<mn>1</mn>
<mn>2</mn>
</mfrac>
</math>
</elmath>
</p>
</body>
</html>
</iframe>
<div>
已经尝试使用MathJax.Hub.Queue(["Typeset",MathJax.Hub]);}
在iframe的头部附加脚本标签。我也在SO中检查了一些老问题,但在我的情况下不起作用。
我得到的输出是