@doenet/doenetml-iframe 0.7.0-beta7 → 0.7.0-beta8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +3 -2
- package/index.js.map +1 -1
- package/package.json +5 -2
package/index.js
CHANGED
|
@@ -23608,7 +23608,8 @@ const mathjaxConfig = {
|
|
|
23608
23608
|
amp: "&",
|
|
23609
23609
|
var: ["\\mathrm{#1}", 1],
|
|
23610
23610
|
csch: "\\operatorname{csch}",
|
|
23611
|
-
sech: "\\operatorname{sech}"
|
|
23611
|
+
sech: "\\operatorname{sech}",
|
|
23612
|
+
erf: "\\operatorname{erf}"
|
|
23612
23613
|
},
|
|
23613
23614
|
displayMath: [["\\[", "\\]"]]
|
|
23614
23615
|
},
|
|
@@ -46763,7 +46764,7 @@ function ExternalVirtualKeyboard() {
|
|
|
46763
46764
|
}
|
|
46764
46765
|
);
|
|
46765
46766
|
}
|
|
46766
|
-
const version = "0.7.0-
|
|
46767
|
+
const version = "0.7.0-beta8";
|
|
46767
46768
|
const latestDoenetmlVersion = version;
|
|
46768
46769
|
function DoenetViewer({
|
|
46769
46770
|
doenetML,
|