Version Description
Download this release
Release Info
Developer | adamsilverstein |
Plugin | MathML Block |
Version | 1.1.4 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.4
- 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 |
}
|