eat-js-sdk 2.5.11 → 2.5.12

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.
@@ -5429,7 +5429,7 @@ const interactionUtils = {
5429
5429
  const EAT_EQ_OPEN = "[eat-eq]";
5430
5430
  const EAT_EQ_BLOCK_RE = /\[eat-eq\]([\s\S]*?)\[\/eat-eq\]/g;
5431
5431
  function hasMathJax(html2) {
5432
- return html2.includes(EAT_EQ_OPEN) || html2.includes("\\(") || html2.includes("\\[");
5432
+ return html2.includes(EAT_EQ_OPEN) || html2.includes("\\(") || html2.includes("\\[") || html2.includes("$$");
5433
5433
  }
5434
5434
  const ALREADY_DELIMITED_RE = /^(\\[(]|\\[[]|\$\$|\$[^$])/;
5435
5435
  function processMathJax(html2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eat-js-sdk",
3
- "version": "2.5.11",
3
+ "version": "2.5.12",
4
4
  "change version": "2.5.0",
5
5
  "description": "Authoring tool frontend SDK",
6
6
  "contributors": [