MathML Block - Version 1.1.4

Version Description

Download this release

Release Info

Developer adamsilverstein
Plugin Icon 128x128 MathML Block
Version 1.1.4
Comparing to
See all releases

Code changes from version 1.1.3 to 1.1.4

Files changed (1) hide show
  1. block.json +3 -1
block.json CHANGED
@@ -12,5 +12,7 @@
12
  "source": "html",
13
  "selector": "div"
14
  }
15
- }
 
 
16
  }
12
  "source": "html",
13
  "selector": "div"
14
  }
15
+ },
16
+ "editorScript": "file:../dist/mathml-block.js",
17
+ "editorStyle": "file:../src/mathml-block.css"
18
  }