A summernote plugin that uses MathJax to insert rendered math.
https://ottawastem.github.io/summernote-mathjax/Example/example.html
-
Include summernote-mathjax.js:
-
add
mathto your toolbar somewhere:
$('#summernote').summernote({
toolbar: [
...
['insert', ['pitcure', 'link', 'math']],
]
});
Manualy delete 'display="true"' in "<maj-container>"