【发布时间】:2019-06-02 05:37:06
【问题描述】:
【问题讨论】:
标签: javascript jquery mathjax quill wiris
【问题讨论】:
标签: javascript jquery mathjax quill wiris
您可以通过创建新的 Quill 模块来插入 MathJax 方程。本页有详细说明:
https://lucidar.me/en/rich-content-editor/mathjax-and-quill-editor/
【讨论】:
没有 WYSIWYG 数学输入工作,但您可以在我们正在开发的 Jupyter 笔记本的扩展中看到带有 Latex 条目的 MathJax 如何与 Quilljs 很好地配合使用。请参阅此Jupyter discussion 的开篇帖子以及指向其工作的简短screencast 的链接。现在,您必须查看存储库或安装以进行开发:
https://github.com/ColinGutow/notebook(工作分支是'withQuill')。 https://github.com/ColinGutow/nbformat
我不知道这是否会帮助你,但它表明这是可能的。
问候
【讨论】: