编辑器支持数学符号二次开发文件
是基于 3.1.5的编辑器 ,2016年的时候 开发的功能;
?
官方最新版本的编辑器怎么添加数学公式 就 需要各位老铁自己修改下;
在问答 和 文章 模板下:
ajax
answer下添加以下JS
<script type="text/javascript">
window.location.reload();
</script>
在公共底部添加文件
<script type="text/javascript" src="<?php echo G_STATIC_URL; ?>/js/JMEditor.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
链接:https://pan.baidu.com/s/1Mw2QHXzrig6Bsu68I2xEyw
提取码:ippp
或者使用阿里云的一个添加教程
https://yq.aliyun.com/articles/669039
暂无评论