|
本帖最后由 hbghlyj 于 2021-8-10 14:01 编辑 <a href="https://cortexjs.io/mathlive/guides/integration/" target="_blank">https://cortexjs.io/mathlive/guides/integration/</a>
只需要添加下面就行
<script type="module">
import { renderMathInDocument }
from 'https://unpkg.com/mathlive/dist/mathlive.min.mjs';
window.addEventListener('DOMContentLoaded',
() => renderMathInDocument()
);
</script> |
|