0.0.6 • Published 5 years ago

vue-wangeditor-formula v0.0.6

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Installation

NPM

npm install --save vue-wangeditor-formula

Dependencies

<link rel="stylesheet" type="text/css" href="static/mathquill/mathquill.css">

<script type="text/javascript" src="static/jquery.min.js"></script>
<script type="text/javascript" src="static/mathquill/mathquill.min.js"></script>
<script type="text/javascript" src="static/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/x-mathjax-config">
  MathJax.Hub.Config({
    tex2jax: {
      inlineMath: [ ['\\[','\\]'], ['$','$'], ['\\(','\\)'] ],
      displayMath: [],
      processEscapes: true
    }
  });
</script>

copy static/images/formula under your static folder

Usage

<editor id="editor1"></editor>
<editor id="editor2"></editor>
0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago